This commit is contained in:
2025-03-08 06:19:56 -06:00
parent 71735c73ff
commit e1c109cd6c
+1 -1
View File
@@ -21,7 +21,7 @@ public enum CharacterTitle {
CSR_3(255, 0, 0, "CCR"),
CSR_4(251, 181, 13, "CCR"),
DEVELOPER(166, 153, 114, "Programmer"),
PVE(0, 255, 0, "PvE"),
PVE(0, 255, 0, ""),
QA(88, 250, 244, "GIRLFRIEND");
int headerLength, footerLength;