开启资源宝箱
This commit is contained in:
parent
d19b9d8951
commit
79bcf80665
Binary file not shown.
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user