feat: 유저장의 수뇌 임명 불가 penalty

This commit is contained in:
2024-06-08 15:55:26 +00:00
parent fba5fbdb6b
commit 552d73430c
2 changed files with 111 additions and 98 deletions
+1
View File
@@ -12,5 +12,6 @@ enum PenaltyKey: string{
case NoAmbassador = 'noAmbassador';
case NoBanGeneral = 'noBanGeneral';
case NoChiefTurnInput = 'noChiefTurnInput';
case NoChiefChange = 'noChiefChange';
}