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