feat: 랜덤 턴 초기화 시간 범위를 상세하게 알려줌

This commit is contained in:
2023-09-03 17:11:41 +00:00
parent f13371e679
commit 32e854858e
3 changed files with 119 additions and 9 deletions
+5
View File
@@ -174,6 +174,11 @@ const apiRealPath = {
BuyRandomUnique: PUT as APICallT<undefined>,
ResetSpecialWar: PUT as APICallT<undefined>,
ResetTurnTime: PUT as APICallT<undefined>,
CalcResetTurnTimeRange: GET as APICallT<undefined, {
result: true,
minTurnTime: string,
maxTurnTime: string,
}>,
SetNextSpecialWar: PUT as APICallT<{
type: string;
}>,