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