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 b6c64e56e5
commit b4d70a35b3
5 changed files with 65 additions and 17 deletions

View File

@ -2,4 +2,5 @@ pub mod download_manager;
pub mod download_manager_builder;
pub mod progress_object;
pub mod queue;
pub mod download_thread_control_flag;
pub mod download_thread_control_flag;
pub mod downloadable;