using System; namespace OpenVIII.Fields.Scripts.Instructions { internal sealed class BLINKEYES : JsmInstruction { public BLINKEYES() { throw new NotSupportedException(); } } }