mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Clean up some stuff and update enums
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user