更新协议
This commit is contained in:
parent
ff07d95de2
commit
2a7bd5b7bd
Binary file not shown.
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user