mirror of
https://github.com/Ratstail91/Mementos.git
synced 2025-11-29 02:24:28 +11:00
Committed everything
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Ink
|
||||
{
|
||||
public class CommandLineInput
|
||||
{
|
||||
public bool isHelp;
|
||||
public bool isExit;
|
||||
public int? choiceInput;
|
||||
public int? debugSource;
|
||||
public string debugPathLookup;
|
||||
public object userImmediateModeStatement;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user