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