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