154 {
155 if(!action_recive_data)
156 {
157 action_recive_data = new RepairPartActionReciveData;
158 }
159 RepairPartActionReciveData recive_data_repair = RepairPartActionReciveData.Cast(action_recive_data);
160
161 super.ReadFromContext(ctx, action_recive_data);
162
164 {
165 int component_index;
166 if ( !ctx.
Read(component_index) )
167 return false;
168
170 }
171 return true;
172 }
int m_ComponentIndexRecived
proto bool Read(void value_in)