From 4c4eda44f94dc11a22e475d7c7cabacf016b3735 Mon Sep 17 00:00:00 2001 From: Japa Date: Wed, 27 Jan 2016 18:49:30 +0530 Subject: [PATCH] Added plant raw list to RemoteFortressReader.proto --- plugins/proto/RemoteFortressReader.proto | 5 +++++ 1 file changed, 5 insertions(+) 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