Implement bounty trials

This commit is contained in:
Melledy
2025-10-29 09:38:47 -07:00
parent e2ad0d5fe3
commit d024ab62a8
25 changed files with 986 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ public class GameConstants {
public static final int INTRO_GUIDE_ID = 1;
public static final int GOLD_ITEM_ID = 1;
public static final int EXP_ITEM_ID = 21;
public static final int MAX_FORMATIONS = 5;