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