Skip to content

Commit

Permalink
Add hair style to units in proto
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaryMala committed Aug 11, 2017
1 parent 55d2285 commit 6c5e25d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/proto/RemoteFortressReader.proto
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ message MaterialList{
repeated MaterialDefinition material_list = 1;
}

message Hair
{
optional int32 length = 1;
optional HairStyle style = 2;
}

message BodySizeInfo
{
optional int32 size_cur = 1;
Expand All @@ -323,6 +329,10 @@ message UnitAppearance
repeated int32 bp_modifiers = 2;
optional int32 size_modifier = 3;
repeated int32 colors = 4;
optional Hair hair = 5;
optional Hair beard = 6;
optional Hair moustache = 7;
optional Hair sideburns = 8;
}

message UnitDefinition
Expand Down

0 comments on commit 6c5e25d

Please sign in to comment.