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