Adds a runtime property to allow programs to dynamically set debug
This commit is contained in:
parent
7aaed4b8f4
commit
00ce1750c5
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ public class Bus {
|
|||
*/
|
||||
private static Bus Main = new Bus("Main Event Bus", false);
|
||||
|
||||
public static boolean debug = false;
|
||||
public final String BusName;
|
||||
public final boolean UsesInstances;
|
||||
|
||||
|
|
Loading…
Reference in a new issue