Initial Commit

This commit is contained in:
Melledy
2025-10-27 02:02:26 -07:00
commit f58951fe2a
378 changed files with 315914 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
package emu.nebula;
public class GameConstants {
public static final int DATA_VERSION = 22;
public static final String VERSION = "1.0.0." + DATA_VERSION;
public static final String PROTO_BASE_TYPE_URL = "type.googleapis.com/proto.";
public static final int INTRO_GUIDE_ID = 1;
public static final int GOLD_ITEM_ID = 1;
public static final int MAX_FORMATIONS = 5;
}