using Godot; namespace Nocturnis.Hermeteus.BracketSystem; public interface IInstructionArrowStart { Marker2D StartMarker { get; } }