更新协议
This commit is contained in:
parent
1cfde7af24
commit
0ff3cabc84
BIN
config/Item.xlsx
BIN
config/Item.xlsx
Binary file not shown.
Binary file not shown.
@ -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; // 碎片
|
||||
}
|
||||
|
||||
// 请求翻牌
|
||||
|
||||
@ -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; // 碎片
|
||||
}
|
||||
|
||||
// 请求翻牌
|
||||
|
||||
Loading…
Reference in New Issue
Block a user