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

@ -447,3 +447,8 @@ message PlantRaw
repeated string name = 3;
repeated TreeGrowth growths = 4;
}
message PlanRawList
{
repeated PlantRaw plant_raws = 1;
}