246 {
247 if (!action_recive_data)
248 {
249 action_recive_data = new FishingActionReceiveData;
250 }
251
252 super.ReadFromContext(ctx, action_recive_data);
253
254 FishingActionReceiveData receiveDataFishing;
255 if (Class.CastTo(receiveDataFishing,action_recive_data))
256 {
258 return false;
259
260 return true;
261 }
262
263 return false;
264 }
proto bool Read(void value_in)