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
2693168835e5cc4beaf69478136e0c898faecd4c
Authored by
zhangqijia
2022-11-02 14:07:15 +0800
1 parent
c8b7f1ed
fix: 编队数据结构修改
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
2693168
...
...
@@ -44,6 +44,7 @@ message Team {
44
44
string hero_id1 = 3;
45
45
string hero_id2 = 4;
46
46
string hero_id3 = 5;
47
+ map<string,string> child_ids = 6;
47
48
}
48
49
49
50
message Email {
...
...