Instruction System

This commit is contained in:
h z
2024-09-29 15:39:37 +01:00
parent 67dd8ac8dc
commit 7ae3c9d374
35 changed files with 168 additions and 43 deletions

View File

@@ -0,0 +1,8 @@
using Godot;
namespace Nocturnis.Hermeteus.BracketSystem;
public interface IInstructionArrowEnd
{
Marker2D EndMarker { get; }
}