Implement daily reset

This commit is contained in:
Melledy
2025-11-08 05:49:20 -08:00
parent 8cc08df65c
commit 2ecc0f28c5
4 changed files with 84 additions and 19 deletions

View File

@@ -1,9 +1,13 @@
package emu.nebula;
import java.time.ZoneId;
public class GameConstants {
public static final int DATA_VERSION = 31;
public static final String VERSION = "1.0.0." + DATA_VERSION;
public static final ZoneId UTC_ZONE = ZoneId.of("UTC");
public static final String PROTO_BASE_TYPE_URL = "type.googleapis.com/proto.";
public static final int INTRO_GUIDE_ID = 1;