using Godot; namespace Nocturnis.Hermeteus.BracketSystem; public interface IInstructionArrowEnd { Marker2D EndMarker { get; } }