Instruction System
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
using Nocturnis.Godot;
|
||||
using Nocturnis.Hermeteus;
|
||||
using Nocturnis.Hermeteus.BracketSystem;
|
||||
using Nocturnis.Hermeteus.BracketSystem.Processors;
|
||||
|
||||
namespace Nocturnis.UIElements.Layers;
|
||||
|
||||
public interface IInstructionLayer : INodeInterface
|
||||
public interface IInstructionLayer : INode
|
||||
{
|
||||
IInstructionAgent Bra { get; set; }
|
||||
IInstructionAgent Pointer { get; set; }
|
||||
IInstructionArrowManager Pointer { get; set; }
|
||||
IInstructionAgent Ket { get; set; }
|
||||
IBracketProcessor Processor { get; set; }
|
||||
void Init();
|
||||
|
||||
Reference in New Issue
Block a user