playroom协议

This commit is contained in:
hahwu 2025-05-09 16:47:04 +08:00
parent 290f611b63
commit d2ac44bf25

View File

@ -69,6 +69,7 @@ enum ITEM_POP_LABEL { // item弹窗标签
GetWish = 62; //
PlayroomTask = 63; // playroom任务
PlayroomTaskReward = 64; // playroom任务奖励
PlayroomUpvote = 65; //
}
enum HANDLE_TYPE {
ADD = 0;
@ -2063,13 +2064,13 @@ message ResPlayroomInfo{
int32 Status = 8; // 0 1 2
bool defense = 9; //
map<int32, int32> flip = 10; // <, >
repeated ChipInfo Chip = 11; //
int32 Chip = 11; //
string PetName = 12; //
map<int32, int32> Emoji = 13; //
bool Upvote = 14; //
int32 UpvoteCount = 15; //
map<int32, int32> DressSet = 16; // = id
}
//
message ReqPlayroomFlip{
int32 Id = 1; //