更新协议
This commit is contained in:
parent
96be14b0fa
commit
1cfde7af24
@ -1381,7 +1381,8 @@ message NotifyPlayroomLose{
|
||||
repeated ItemInfo LoseItem = 1; // 损失的道具
|
||||
}
|
||||
message NotifyPlayroomMood{
|
||||
map<int32, int32> Mood = 1; // 心情 <位置, 心情>
|
||||
int32 AllMood = 1; // 总心情
|
||||
map<int32, int32> Mood = 2; // 心情 <位置, 心情>
|
||||
}
|
||||
message FriendRoom{
|
||||
int32 Uid = 1;
|
||||
@ -1452,7 +1453,6 @@ message ResPlayroomInteract{
|
||||
}
|
||||
|
||||
message ReqPlayroomSetRoom{
|
||||
int32 AllMood = 1; // 总心情
|
||||
map<int32, int32> Playroom = 2; // 空间装饰 位置 =》 装饰id
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user