feat,wip: 유니크 경매 시작

This commit is contained in:
2022-06-09 01:21:21 +09:00
parent e0c209bcbb
commit 606fa4a922
6 changed files with 18 additions and 358 deletions
-4
View File
@@ -149,10 +149,6 @@ const apiRealPath = {
level: number;
}>,
BuyRandomUnique: PUT as APICallT<undefined>,
BuySpecificUnique: PUT as APICallT<{
item: string;
amount: number;
}>,
ResetSpecialWar: PUT as APICallT<undefined>,
ResetTurnTime: PUT as APICallT<undefined>,
SetNextSpecialWar: PUT as APICallT<{