Add prosession and noble position info to units.

develop
Japa Illo 2017-02-02 12:12:28 +05:30
parent e2fc7d3e00
commit d97b0497b3
1 changed files with 2 additions and 0 deletions

@ -322,6 +322,8 @@ message UnitDefinition
optional int32 blood_max = 14;
optional int32 blood_count = 15;
optional UnitAppearance appearance = 16;
optional int32 profession_id = 17;
repeated string noble_positions = 18;
}
message UnitList