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