mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 06:15:20 +01:00
Implement daily reset
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user