191 {
192 action_recive_data = new BuildPartActionReciveData;
193 super.ReadFromContext(ctx, action_recive_data);
194
195 string part_type;
196 if (ctx.
Read(part_type))
197 {
198 BuildPartActionReciveData.Cast(action_recive_data).m_PartType = part_type;
199 return true;
200 }
201 else
202 {
203 return false;
204 }
205 }
proto bool Read(void value_in)