271 {
272 if (!action_recive_data)
273 {
274 action_recive_data = new AttachMagazineActionReciveData;
275 }
276
277 super.ReadFromContext(ctx, action_recive_data);
278
279 InventoryLocation il = new InventoryLocation;
281 return false;
282
283 AttachMagazineActionReciveData recive_data_am = AttachMagazineActionReciveData.Cast(action_recive_data);
285
286 return true;
287 }
ref InventoryLocation m_ilOldMagazine
bool ReadFromContext(ParamsReadContext ctx)