GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
40399e8f6b0fe5f32c70ef3f350a325d820ed5d2
Authored by
zhangqijia
2022-09-05 12:16:42 +0800
1 parent
77da7517
fix: hero 技能升级协议返回值加入转生点,update csvdata
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
40399e8
...
...
@@ -165,6 +165,7 @@ message HeroSkillUpLevelRsp {
165
165
string hero_id = 1;
166
166
int32 skill_id = 2;
167
167
int32 skill_level = 3;
168
+ int32 rein_point = 4;
168
169
}
169
170
170
171
message EmailListReq {
...
...