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