feat: 부대장 발령 시 부대장 대신 부대 이름 표기

This commit is contained in:
2022-07-10 20:50:33 +09:00
parent 93490276fd
commit 94bb96d208
4 changed files with 69 additions and 10 deletions
+1
View File
@@ -18,6 +18,7 @@ export type ChiefResponse = {
turn: TurnObj[];
}
>;
troopList: Record<number, string>;
isChief: boolean;
autorun_limit: number;
officerLevel: number;