坐骑加性别
parent
b5836049e9
commit
c79335fc96
|
|
@ -377,6 +377,7 @@ option optimize_for = SPEED;
|
|||
optional int32 userSkin = 8;
|
||||
optional int32 userTitle = 9;
|
||||
optional int32 userMount = 10;
|
||||
optional int32 sex = 11;
|
||||
}
|
||||
|
||||
message AdventureBossInfo{
|
||||
|
|
@ -422,6 +423,7 @@ option optimize_for = SPEED;
|
|||
optional int32 userSkin = 15;
|
||||
optional int32 userTitle = 16;
|
||||
optional int32 userMount = 17;
|
||||
optional int32 sex = 18;
|
||||
}
|
||||
message GiftGoodsInfo{
|
||||
optional int32 goodsId =1;//商品id
|
||||
|
|
@ -622,6 +624,7 @@ option optimize_for = SPEED;
|
|||
optional int32 userSkin = 7;
|
||||
optional int32 userTitle = 8;
|
||||
optional int32 userMount = 9;
|
||||
optional int32 sex = 10;
|
||||
}
|
||||
|
||||
message SignInInfo{
|
||||
|
|
@ -668,6 +671,7 @@ option optimize_for = SPEED;
|
|||
optional int32 userSkin = 8;
|
||||
optional int32 userTitle = 9;
|
||||
optional int32 userMount = 10;
|
||||
optional int32 sex = 11;
|
||||
}
|
||||
//英雄血量信息
|
||||
message HeroBloodInfo{
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ import "CommonProto.proto";
|
|||
optional int32 userSkin = 20;
|
||||
optional int32 userTitle = 21;
|
||||
optional int32 userMount = 22;
|
||||
optional int32 sex = 23;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue