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