public void InitCellArsenal(CellSlot slot) { mySlot = slot; myDamage = GetComponent <CombatantCell>().GetDamage(); cellAttack.InitCellAttack(this, mySlot.GetTeamID(), myDamage); }