150 {
151 if(!action_recive_data)
152 {
153 action_recive_data = new RepairTentPartActionReciveData;
154 }
155 super.ReadFromContext(ctx, action_recive_data);
156 RepairTentPartActionReciveData recive_data_repair = RepairTentPartActionReciveData.Cast(action_recive_data);
157
159 {
160 string zone;
161 if ( !ctx.
Read(zone) )
162 return false;
163
165 }
166 return true;
167 }
override bool HasTarget()
string m_DamageZoneRecived
proto bool Read(void value_in)