feat: 랜덤 턴 초기화 시간 범위를 상세하게 알려줌
This commit is contained in:
@@ -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;
|
||||
}>,
|
||||
|
||||
Reference in New Issue
Block a user