Clean up some stuff and update enums

This commit is contained in:
Melledy
2025-12-23 20:56:00 -08:00
parent 92c7dbcbc5
commit c2ebff92c9
5 changed files with 41 additions and 24 deletions
@@ -18,7 +18,11 @@ public enum ActivityType {
Avg (10),
Task (11),
Shop (12),
Advertise (13);
Advertise (13),
BDConvert (14),
Breakout (15),
TrekkerVersus (16),
Story (17);
@Getter
private final int value;