Enum defined and database work started.

This commit is contained in:
2023-08-14 12:48:05 -04:00
parent e2add187fd
commit 231d8810c8
4 changed files with 47 additions and 92 deletions
+27
View File
@@ -37,6 +37,33 @@ import java.util.concurrent.ThreadLocalRandom;
public class Enum {
public enum PetitionType {
NONE,
GENERAL,
FEEDBACK,
STUCK,
HARASSMENT,
EXPLOIT,
BUG,
GAME_STOPPER,
TECH_SUPPORT;
}
public enum PetitionSubType {
NONE,
DUPE,
LEVELLING,
SKILL_GAIN,
KILLING,
POLICY,
OTHER,
VIDEO,
SOUND,
NETWORKKl
}
public enum MobFlagType implements EnumBitSetHelper<MobFlagType> {
AGGRESSIVE,
CANROAM,