feat: 턴 시간 변경을 직관적인 동작으로 재 설계

- '다다음턴' 부터 시간을 00:00 ~ 59:59까지 랜덤하게
This commit is contained in:
2023-12-25 07:51:54 +00:00
parent 61d99a3043
commit 8e3551cb11
5 changed files with 17 additions and 98 deletions
-5
View File
@@ -174,11 +174,6 @@ 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;
}>,