diff --git a/game.proto b/game.proto index ef67f28..aafbbe0 100644 --- a/game.proto +++ b/game.proto @@ -165,6 +165,7 @@ message HeroSkillUpLevelRsp { string hero_id = 1; int32 skill_id = 2; int32 skill_level = 3; + int32 rein_point = 4; } message EmailListReq { -- libgit2 0.21.2