精力 英雄->玩家
parent
fb14de2ef9
commit
5afbef0beb
|
|
@ -19,6 +19,9 @@ option optimize_for = SPEED;
|
|||
optional string familyId = 6;
|
||||
optional string head = 7;
|
||||
optional int32 curMapId = 8;
|
||||
|
||||
optional int32 energy = 9; //精力
|
||||
optional int32 lastUpdateEnergyTime = 10 ;// 上次更新精力时间,-1 代表在队伍中,不需要进行定时恢复。
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -61,9 +64,6 @@ option optimize_for = SPEED;
|
|||
optional int32 actionPower = 9 ; //行动力
|
||||
optional int32 createTime = 10; //入手时间
|
||||
|
||||
optional int32 energy = 11; //精力
|
||||
optional int32 lastUpdateEnergyTime = 13 ;// 上次更新精力时间,-1 代表在队伍中,不需要进行定时恢复。
|
||||
|
||||
}
|
||||
|
||||
message HeroFightInfo {
|
||||
|
|
|
|||
Loading…
Reference in New Issue