Boxed Flag

This commit is contained in:
2024-05-17 17:22:06 -05:00
parent fe7f4dc3ca
commit 836fa4f8dc
+1 -1
View File
@@ -22,7 +22,7 @@ public enum CharacterTitle {
CSR_4(251, 181, 13, "CCR"),
DEVELOPER(166, 153, 114, "Programmer"),
QA(88, 250, 244, "GIRLFRIEND"),
BOX(255, 0, 0, "");
BOX(255, 0, 0, "BOXED");
int headerLength, footerLength;
private ByteBuffer header;