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