Bracket System
This commit is contained in:
13
src/Hermeteus/BracketSystem/IInstructionAgent.cs
Normal file
13
src/Hermeteus/BracketSystem/IInstructionAgent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
using Nocturnis.UIElements.Layers;
|
||||
|
||||
namespace Nocturnis.Hermeteus.BracketSystem;
|
||||
|
||||
public interface IInstructionAgent : INodeInterface
|
||||
{
|
||||
void Load(string content, Action callBack);
|
||||
void Clean(Action callBack);
|
||||
void LoadArrows(string[] ends);
|
||||
void CleanArrows();
|
||||
void Init(IInstructionLayer insLayer);
|
||||
}
|
||||
Reference in New Issue
Block a user