Newer
Older
TheVengeance-Project-IADE-Unity2D / Assets / Ink / InkLibs / InkCompiler / CommandLineInput.cs
@Rackday Rackday on 29 Oct 277 bytes Major Update
namespace Ink
{
    public class CommandLineInput
    {
        public bool isHelp;
        public bool isExit;
        public int? choiceInput;
        public int? debugSource;
        public string debugPathLookup;
        public object userImmediateModeStatement;
    }
}