Files
Mementos/Unity/Alternate Genre Jam/Assets/Ink/InkLibs/InkCompiler/ParsedHierarchy/FlowLevel.cs
2021-06-30 21:39:19 +10:00

12 lines
180 B
C#

namespace Ink.Parsed
{
public enum FlowLevel
{
Story,
Knot,
Stitch,
WeavePoint // not actually a FlowBase, but used for diverts
}
}