开启资源宝箱

This commit is contained in:
hahwu 2025-01-10 11:06:11 +08:00
parent d19b9d8951
commit 79bcf80665
2 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

@ -54,6 +54,7 @@ enum ITEM_POP_LABEL { // item弹窗标签
CardHandbookReward = 47; //
LimitEventChestRain = 48; //
GetEnergyByAD = 49; // 广
SourceChest = 50; //
}
enum HANDLE_TYPE {
ADD = 0;
@ -320,6 +321,17 @@ message ResChessEx{
string msg = 2;
}
//
message ReqSourceChest{
int32 ChestId = 1;
map<string, int32> mChessData = 2;
}
message ResSourceChest{
RES_CODE code = 1;
string msg = 2;
}
// playroom 线
message ReqPlayroomOutline{
int32 OldChessId = 1;