206 {
207 if (!action_recive_data)
208 {
209 action_recive_data = new WorldCraftActionReciveData;
210 }
211
212 super.ReadFromContext(ctx, action_recive_data);
213
214 int recipeID;
215 if (!ctx.
Read(recipeID))
216 return false;
217
218 WorldCraftActionReciveData recive_data_wc = WorldCraftActionReciveData.Cast(action_recive_data);
220
221 return true;
222 }
proto bool Read(void value_in)