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