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