Added plant raw list to RemoteFortressReader.proto

develop
Japa 2016-01-27 18:49:30 +05:30
parent f61ff9147e
commit 4c4eda44f9
1 changed files with 5 additions and 0 deletions

@ -446,4 +446,9 @@ message PlantRaw
optional string id = 2;
repeated string name = 3;
repeated TreeGrowth growths = 4;
}
message PlanRawList
{
repeated PlantRaw plant_raws = 1;
}