"implemented" gacha system

This commit is contained in:
Mikhail Thompson
2024-07-02 15:11:52 -04:00
parent 76ecf031b5
commit 53dab52b9a
5 changed files with 98 additions and 45 deletions

View File

@@ -1751,4 +1751,10 @@ message ResShowOutpostBattleReward {
repeated NetTimeReward timeRewardBuffs = 6;
NetOutpostBattleLevel outpostBattleLevel = 7;
NetOutpostBattleTime outpostBattleTime = 8;
}
}
message ReqSetCharacterCostume {
int64 csn = 2;
int32 costumeId = 3;
}
message ResSetCharacterCostume {}