playroom优化

This commit is contained in:
hahwu 2025-04-17 19:09:55 +08:00
parent 5f8a40a464
commit 773272dc64

View File

@ -1894,7 +1894,7 @@ message ResPlayroom{
int32 StartTime = 9; //
int32 WorkStatus = 10; // 1 2
int32 AllMood = 11; //
int32 Chip = 12; //
repeated ChipInfo Chip = 12; //
int32 WorkOutline = 13;// 线 0 线 1 线
int32 Jackpot = 14; //
map<int32, int32> Physiology = 15;
@ -1951,7 +1951,11 @@ message NotifyPlayroomWork{
message NotifyPlayroomLose{
repeated ItemInfo LoseItem = 1; //
int32 Chip = 2;//
repeated ChipInfo Chip = 2;//
}
message ChipInfo {
int64 Uid = 1; // id
}
message NotifyPlayroomMood{
@ -1994,7 +1998,7 @@ message ResPlayroomInfo{
int32 Status = 8; // 0 1 2
bool defense = 9; //
map<int32, int32> flip = 10; // <, >
int32 Chip = 11; //
repeated ChipInfo Chip = 11; //
string PetName = 12; //
map<int32, int32> Emoji = 13; //
bool Upvote = 14; //