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