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
015742626c9deaa014003202fa6981a3fa9f9df9
Authored by
zhangqijia
2022-05-11 15:06:24 +0800
1 parent
5014bae9
fix: hero.exp int64 to int32
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 @
0157426
...
...
@@ -18,7 +18,7 @@ message Hero {
18
18
int32 rein_count = 5;
19
19
int32 rein_point = 6;
20
20
string equipments = 7; //"id=type id1=type1"
21
- int
64
exp = 8;
21
+ int
32
exp = 8;
22
22
}
23
23
24
24
message Equipment {
...
...