| 1234567891011121314151617 |
- using System;
- namespace OpenVIII.Fields.Scripts.Instructions
- {
- /// <summary>
- /// 14D KEYON2 (Unused)
- /// </summary>
- /// <see cref="http://wiki.ffrtt.ru/index.php?title=FF8/Field/Script/Opcodes/14D_KEYON2&action=edit&redlink=1"/>
- public sealed class KEYON2 : JsmInstruction
- {
- #region Constructors
- public KEYON2() => throw new NotSupportedException();
- #endregion Constructors
- }
- }
|