playroom表情协议
This commit is contained in:
parent
c0c0b1745d
commit
080a793345
@ -2129,6 +2129,7 @@ message NotifyPlayroomLose{
|
||||
|
||||
message ChipInfo {
|
||||
int64 Uid = 1; // 玩家id
|
||||
int32 EmojiId = 2; // 表情id
|
||||
}
|
||||
|
||||
message NotifyPlayroomMood{
|
||||
@ -2196,7 +2197,9 @@ message ResPlayroomFlip{
|
||||
}
|
||||
|
||||
// 领取游戏奖励
|
||||
message ReqPlayroomFlipReward{}
|
||||
message ReqPlayroomFlipReward{
|
||||
int32 EmojiId = 1; // 表情id
|
||||
}
|
||||
|
||||
message ResPlayroomFlipReward{
|
||||
RES_CODE Code = 1;
|
||||
@ -2205,6 +2208,7 @@ message ResPlayroomFlipReward{
|
||||
|
||||
message ReqPlayroomGame{
|
||||
int32 Type = 1; // 1:绿色 2:黄色 3:红色
|
||||
int32 EmojiId = 2; // 表情id
|
||||
}
|
||||
|
||||
message ResPlayroomGame{
|
||||
@ -2240,6 +2244,7 @@ message ResPlayroomSetRoom{
|
||||
|
||||
message ReqPlayroomSelectReward{
|
||||
int32 Id = 1; // 奖励id
|
||||
int32 EmojiId = 2; // 表情id
|
||||
}
|
||||
|
||||
message ResPlayroomSelectReward{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user