更新playroom协议

This commit is contained in:
hahwu 2024-12-25 17:03:17 +08:00
parent 086ec3969f
commit e5f09e477f

View File

@ -923,6 +923,7 @@ message ResLimitEvent{
map<int32, LimitEvent> LimitEventList = 1;
}
message ResLimitEventProgress{
int32 ProgressMax = 1; //
int32 Progress = 2; //
map<int32, int32> ProgressReward = 3; // Id = RewardId
}
@ -1605,6 +1606,7 @@ message ResPlayroomInfo{
map<int32, int32> flip = 10; // <, >
int32 Chip = 11; //
string PetName = 12; //
}
//
@ -1619,6 +1621,14 @@ message ResPlayroomFlip{
int32 CardId = 4; // id
}
//
message ReqPlayroomFlipReward{}
message ResPlayroomFlipReward{
RES_CODE Code = 1;
string Msg = 2;
}
message ReqPlayroomGame{
int32 Type = 1; // 1:绿 2 3
}