refactor(download manager): Added Downloadable trait and replaced references to GameDownloadAgent

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-12-30 20:30:38 +11:00
parent 26d0c1732a
commit 88bece5c29
5 changed files with 65 additions and 17 deletions
@@ -4,7 +4,7 @@ use std::{
mpsc::Sender,
Arc, Mutex, RwLock,
},
time::{Duration, Instant},
time::Instant,
};
use log::info;