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