Update to support game version 1.11.0.*

This commit is contained in:
Melledy
2026-06-01 20:49:34 -07:00
parent 4baca92455
commit d93db56712
11 changed files with 3477 additions and 26 deletions
@@ -26,7 +26,8 @@ public enum ActivityType {
PenguinCard (18),
ThrowGift (19),
GoldenSpy (20),
Double (21);
Double (21),
HistoryStory (22);
@Getter
private final int value;