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
07eaced4e344b9578adc9774d00f30ba96e31b6f
Authored by
zhangqijia
2022-06-02 12:23:37 +0800
1 parent
41103675
fix: 裝備位置修改
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 @
07eaced
...
...
@@ -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=
tb_id id1=tb_id
1"
20
+ string equipments = 7; //"id=
pos id1=pos
1"
21
21
int32 exp = 8;
22
22
}
23
23
...
...