Small changes, add version number
This commit is contained in:
parent
85dea15c83
commit
2bfeb67a3a
6 changed files with 12 additions and 7 deletions
2
State.ts
2
State.ts
|
@ -23,6 +23,8 @@ export class State {
|
|||
|
||||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.0.1";
|
||||
|
||||
public static runningFromConsole: boolean = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue