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