Update data versions

This commit is contained in:
Melledy
2026-05-13 20:28:44 -07:00
parent b373befadb
commit 2189a4b4d8
2 changed files with 7 additions and 6 deletions
@@ -25,7 +25,8 @@ public enum ActivityType {
Story (17),
PenguinCard (18),
ThrowGift (19),
GoldenSpy (20);
GoldenSpy (20),
Double (21);
@Getter
private final int value;