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
+1
View File
@@ -98,6 +98,7 @@ public class Config {
public boolean autoCreateAccount = true;
public boolean skipIntro = false;
public boolean unlockInstances = true;
public int dailyResetHour = 0;
}
@Getter