Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Ink / InkLibs / InkCompiler / ParsedHierarchy / FlowLevel.cs
@Rackday Rackday on 29 Oct 180 bytes Major Update
namespace Ink.Parsed
{
    public enum FlowLevel
    {
        Story,
        Knot,
        Stitch,
        WeavePoint // not actually a FlowBase, but used for diverts
    }
}