fix
parent
d844d5704b
commit
48476bdb29
|
|
@ -41,12 +41,6 @@ option optimize_for = SPEED;
|
|||
}
|
||||
|
||||
|
||||
message Skill{
|
||||
optional int32 skillId = 1;
|
||||
optional int32 level = 2;
|
||||
}
|
||||
|
||||
|
||||
message Hero{
|
||||
optional string id = 1;
|
||||
optional int32 heroId = 2;
|
||||
|
|
@ -61,7 +55,7 @@ option optimize_for = SPEED;
|
|||
optional int32 mDefence= 10;
|
||||
optional int32 speed= 11;
|
||||
|
||||
repeated Skill skillList = 12;
|
||||
repeated int32 skillIdList = 12;
|
||||
repeated string equipIdList = 13;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue