diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index d553c54..a312a00 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -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 {