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