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