Commit a2f16acb43e1a3272760452efe0d504a11927261
1 parent
c9c5e84c
update team proto
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
game.proto
models.proto
... | ... | @@ -35,9 +35,10 @@ message Prop { |
35 | 35 | |
36 | 36 | message Team { |
37 | 37 | string id = 1; // @inject_tag: index:"unique" pri:"1" |
38 | - string hero_id1 = 2; | |
39 | - string hero_id2 = 3; | |
40 | - string hero_id3 = 4; | |
38 | + string role_id = 2; | |
39 | + string hero_id1 = 3; | |
40 | + string hero_id2 = 4; | |
41 | + string hero_id3 = 5; | |
41 | 42 | } |
42 | 43 | |
43 | 44 | message Role { | ... | ... |