Add questing debug; which is enabled by default

This commit is contained in:
KingRainbow44
2023-05-01 19:43:13 -04:00
parent e350cd42f9
commit 581df066e7
3 changed files with 41 additions and 8 deletions

View File

@@ -32,4 +32,5 @@ public final class GameConstants {
Arrays.stream(DEFAULT_ABILITY_STRINGS).mapToInt(Utils::abilityHash).toArray();
public static final int DEFAULT_ABILITY_NAME = Utils.abilityHash("Default");
public static String VERSION = "3.5.0";
public static final boolean DEBUG = true;
}