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