3 lines
86 B
C#
3 lines
86 B
C#
namespace InkBlot.ParseHierarchy;
|
|
|
|
public record Content(string Text) : IStoryNode; |