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
71f9af776c6836a72dd9feace19c6a3d61252ebf
Authored by
zhangqijia
2023-02-24 18:22:14 +0800
1 parent
a439e9db
fix: update advance to star
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
71f9af7
...
...
@@ -23,7 +23,7 @@ message Hero {
23
23
int32 exp = 5;
24
24
map<int32,int32> skills = 6;
25
25
map<string,int32> equipments = 7;
26
- int32
advance
= 8;
26
+ int32
star
= 8;
27
27
int32 rein_count = 9;
28
28
map<int32,int32> slot = 10;
29
29
int32 quality = 11;
...
...