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
6326f7a006938832ee688fc6cf4d1b31933a480c
Authored by
zhangqijia
2023-04-28 16:27:51 +0800
1 parent
a51f032a
fix: update RoleMoppingUpRsp
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
6326f7a
...
...
@@ -212,6 +212,9 @@ message RoleMoppingUpRsp {
212
212
repeated string reward = 1;
213
213
repeated string drop_reward = 2;
214
214
map<int32,int32> first_reward = 3;
215
+ repeated models.Hero hero = 4;
216
+ int32 role_level = 5;
217
+ int32 role_exp = 6;
215
218
}
216
219
217
220
...
...