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
a1d159bdae5ffc9b49220ec8f20ff3f6649cc349
Authored by
zhangqijia
2022-05-27 11:31:09 +0800
1 parent
0b7b0917
fix: update
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 @
a1d159b
...
...
@@ -17,7 +17,7 @@ message Hero {
17
17
int32 level = 4;
18
18
int32 rein_count = 5;
19
19
int32 rein_point = 6;
20
- string equipments = 7; //"id=t
ype id1=type
1"
20
+ string equipments = 7; //"id=t
b_id id1=tb_id
1"
21
21
int32 exp = 8;
22
22
}
23
23
...
...