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