diff --git a/plugins/proto/RemoteFortressReader.proto b/plugins/proto/RemoteFortressReader.proto index 8f804a02a..65fb910f2 100644 --- a/plugins/proto/RemoteFortressReader.proto +++ b/plugins/proto/RemoteFortressReader.proto @@ -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; } \ No newline at end of file