Small changes, add version number

This commit is contained in:
Pieter Vander Vennet 2020-08-06 23:49:35 +02:00
parent 85dea15c83
commit 2bfeb67a3a
6 changed files with 12 additions and 7 deletions

View file

@ -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;