playroom优化
This commit is contained in:
parent
1886447b57
commit
617b5506c0
@ -2196,6 +2196,16 @@ message ResPlayroomFlip{
|
||||
int32 CardId = 4; // 卡牌id
|
||||
}
|
||||
|
||||
// 引导修改playroom生理值
|
||||
message ReqPlayroomGuide{
|
||||
int32 Type = 1; //
|
||||
}
|
||||
|
||||
message ResPlayroomGuide{
|
||||
RES_CODE Code = 1;
|
||||
string Msg = 2;
|
||||
}
|
||||
|
||||
// 领取游戏奖励
|
||||
message ReqPlayroomFlipReward{
|
||||
int32 EmojiId = 1; // 表情id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user