using System; namespace OpenVIII.Fields.Scripts.Instructions { internal sealed class GETDRESS : JsmInstruction { #region Constructors public GETDRESS() => throw new NotSupportedException(); #endregion Constructors } }