更新协议

This commit is contained in:
hahwu 2024-12-16 10:42:49 +08:00
parent 1cfde7af24
commit 0ff3cabc84
4 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1379,6 +1379,7 @@ message NotifyPlayroomWork{
message NotifyPlayroomLose{
repeated ItemInfo LoseItem = 1; // 损失的道具
int32 Chip = 2;// 碎片
}
message NotifyPlayroomMood{
int32 AllMood = 1; // 总心情
@ -1417,6 +1418,7 @@ message ResPlayroomInfo{
int32 Status = 8; // 状态 0 未开始 1 选择奖励 2 已结束
bool defense = 9; // 是否有防御
map<int32, int32> flip = 10; // 翻牌 <位置, >
int32 Chip = 11; // 碎片
}
// 请求翻牌

View File

@ -3380,6 +3380,7 @@ message NotifyPlayroomWork{
message NotifyPlayroomLose{
repeated ItemInfo LoseItem = 1; //
int32 Chip = 2;//
}
message NotifyPlayroomMood{
@ -3421,6 +3422,7 @@ message ResPlayroomInfo{
int32 Status = 8; // 0 1 2
bool defense = 9; //
map<int32, int32> flip = 10; // <, >
int32 Chip = 11; //
}
//