using System; namespace OpenVIII.Fields.Scripts.Instructions { internal sealed class MESW : JsmInstruction { public MESW() { throw new NotSupportedException(); } } }