129 {
130 if(!action_recive_data)
131 {
132 action_recive_data = new RepairTentActionReciveData;
133 }
134 super.ReadFromContext(ctx, action_recive_data);
135 RepairTentActionReciveData recive_data_repair = RepairTentActionReciveData.Cast(action_recive_data);
136
138 {
139 string zone;
140 if ( !ctx.
Read(zone) )
141 return false;
142
144 }
145 return true;
146 }
override bool HasTarget()
string m_DamageZoneRecived
proto bool Read(void value_in)