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