更新协议

This commit is contained in:
hahwu 2024-12-10 18:33:47 +08:00
parent ff07d95de2
commit 2a7bd5b7bd
3 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -1379,7 +1379,9 @@ message NotifyPlayroomWork{
message NotifyPlayroomLose{
repeated ItemInfo LoseItem = 1; // 损失的道具
}
message NotifyPlayroomMood{
map<int32, int32> Mood = 1; // 心情 <位置, 心情>
}
message FriendRoom{
int32 Uid = 1;
string Name = 2;

View File

@ -3380,6 +3380,10 @@ message NotifyPlayroomLose{
repeated ItemInfo LoseItem = 1; //
}
message NotifyPlayroomMood{
map<int32, int32> Mood = 1; // <, >
}
message FriendRoom{
int32 Uid = 1;
string Name = 2;