更新协议

This commit is contained in:
hahwu 2024-12-12 18:12:48 +08:00
parent 96be14b0fa
commit 1cfde7af24

View File

@ -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
}