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