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
c82476364bef50e5f2b9edac464165214ebce391
Authored by
zhangqijia
2022-08-03 15:42:54 +0800
1 parent
4541b0a0
fix: 修改gold->diamond. 金币不在背包限制里。
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 @
c824763
...
...
@@ -98,7 +98,7 @@ message Role {
98
98
string nick = 4;
99
99
int32 level = 5;
100
100
int32 exp = 6;
101
- int32
gold
= 7;
101
+ int32
diamond
= 7;
102
102
103
103
int64 hp = 8;
104
104
int64 hp_max = 9;
...
...