Editor/ink-compiler/ParsedHierarchy/FlowLevel.cs
namespace Ink.Parsed
{
    public enum FlowLevel
    {
        Story,
        Knot,
        Stitch,
        WeavePoint // not actually a FlowBase, but used for diverts
    }
}