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
bf5381e8795b72e07a2df69ee591d8fa11e44d84
Authored by
zhanghualin
2022-08-03 15:47:55 +0800
1 parent
c8247636
加个空格
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 @
bf5381e
...
...
@@ -98,7 +98,7 @@ message Role {
98
98
string nick = 4;
99
99
int32 level = 5;
100
100
int32 exp = 6;
101
- int32 diamond
= 7;
101
+ int32 diamond
= 7;
102
102
103
103
int64 hp = 8;
104
104
int64 hp_max = 9;
...
...