public void ConfigAttackersForEveryCell() { foreach (GameObject ctrlObj in _Cells) { CellObjCtrl ctrl = ctrlObj.GetComponent <CellObjCtrl> (); MiroV1PlacementMgr.ConfigAttackersFor(ctrlObj.transform, true); } }