Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Ink / InkLibs / InkRuntime / PushPop.cs
@Rackday Rackday on 29 Oct 186 bytes Major Update
using System;
using System.Collections.Generic;

namespace Ink.Runtime
{
    public enum PushPopType 
    {
        Tunnel,
        Function,
        FunctionEvaluationFromGame
    }
}