|
@@ -257,13 +257,7 @@ message G2C_DisCard // IResponse
|
|
|
|
|
|
message G2C_DisCardPush // IActorMessage
|
|
|
{
|
|
|
- int64 PlayerId = 1; // 出牌玩家id
|
|
|
- int32 DisCardPos = 2; // 出牌玩家位置
|
|
|
- repeated int32 Acts = 3; // 玩家可操作动作[吃 碰 杠 胡 过] 可操作为1 不可操作为0 eg:[1,1,1,1,1]
|
|
|
- repeated ActInfo ActInfo = 4; // 玩家可操作动作牌列表
|
|
|
- int32 DisCardsNum = 5; // 出牌人手牌数量
|
|
|
- int32 DisCard = 6; // 打出的牌
|
|
|
- int32 Time = 7;
|
|
|
+ RoomInfo info = 1; // 房间信息
|
|
|
}
|
|
|
|
|
|
//ResponseType G2C_Operation
|