feat: temporary grammar
This commit is contained in:
6
InkBlot/ParseHierarchy/IStoryNode.cs
Normal file
6
InkBlot/ParseHierarchy/IStoryNode.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace InkBlot.ParseHierarchy;
|
||||
|
||||
/// <summary>
|
||||
/// Any node in the parsed story
|
||||
/// </summary>
|
||||
public interface IStoryNode;
|
||||
Reference in New Issue
Block a user