feat: 군주/외교권자에게 부대명 변경 기능 부여

This commit is contained in:
2022-07-05 00:46:45 +09:00
parent f9a73be82b
commit 47366086d5
5 changed files with 122 additions and 56 deletions
+4
View File
@@ -226,6 +226,10 @@ const apiRealPath = {
},
GetGeneralLogResponse
>,
SetTroopName: PATCH as APICallT<{
troopID: number;
troopName: string;
}>,
},
Vote: {
AddComment: POST as APICallT<{