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