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
ac362b38787f75e484d01c04b06d0d967f39450d
Authored by
zhangqijia
2022-09-05 12:17:50 +0800
2 parents
40399e8f
dfbd9a74
Merge remote-tracking branch 'origin/master'
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 @
ac362b3
...
...
@@ -48,7 +48,7 @@ message Hero {
48
48
int32 rein_count = 5;
49
49
int32 rein_point = 6;
50
50
int32 exp = 7;
51
- map<int32,
int32> skills = 8;
51
+ map<int32,
int32> skills = 8;
52
52
}
53
53
54
54
message Equipment {
...
...