8 lines
138 B
C#
8 lines
138 B
C#
using Godot;
|
|
|
|
namespace Nocturnis.Hermeteus.BracketSystem;
|
|
|
|
public interface IInstructionArrowStart
|
|
{
|
|
Marker2D StartMarker { get; }
|
|
} |