Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Ink / InkLibs / InkRuntime / PushPop.cs
@Rackday Rackday on 29 Oct 186 bytes Major Update
  1. using System;
  2. using System.Collections.Generic;
  3. namespace Ink.Runtime
  4. {
  5. public enum PushPopType
  6. {
  7. Tunnel,
  8. Function,
  9. FunctionEvaluationFromGame
  10. }
  11. }