GETDRESS.cs 256 B

12345678910111213
  1. using System;
  2. namespace OpenVIII.Fields.Scripts.Instructions
  3. {
  4. internal sealed class GETDRESS : JsmInstruction
  5. {
  6. #region Constructors
  7. public GETDRESS() => throw new NotSupportedException();
  8. #endregion Constructors
  9. }
  10. }