feat: General::penaltyList

This commit is contained in:
2024-06-08 14:38:31 +00:00
parent 383431b79f
commit 9f67ae1f4e
3 changed files with 32 additions and 2 deletions
+1
View File
@@ -10,4 +10,5 @@ enum PenaltyKey: string{
case NoTopSecret = 'noTopSecret';
case NoChief = 'noChief';
case NoAmbassador = 'noAmbassador';
case NoBanGeneral = 'noBanGeneral';
}