【玩家信息优化】玩家信息中新增身外化身,四象心法,命格和坐骑信息
parent
b89256e4ec
commit
d09934e701
|
@ -689,6 +689,11 @@ option optimize_for = SPEED;
|
|||
optional int32 totalForce=3;
|
||||
repeated int64 remainHp = 4;//剩余血量百分比
|
||||
repeated PurpleSealShowInfo sealShow = 5;//紫府神印
|
||||
repeated TransformationCardInfo transformationCardInfo = 6;//身外化身变身卡
|
||||
repeated SixiangxinfaInfo sixiangxinfaInfo = 7;//四象心法
|
||||
repeated LifeGridInfo lifeGridInfo = 8;//命格
|
||||
repeated UserMountInfo userMountInfo = 9;//坐骑
|
||||
|
||||
}
|
||||
//第一编队信息
|
||||
message TeamOneInfo{
|
||||
|
|
Loading…
Reference in New Issue