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

14 lines
186 B
C#

using System;
using System.Collections.Generic;
namespace Ink.Runtime
{
public enum PushPopType
{
Tunnel,
Function,
FunctionEvaluationFromGame
}
}