completed downloading of mods

This commit is contained in:
2026-03-09 22:11:57 +01:00
parent 0b49999bc3
commit 20e3e304c0
6 changed files with 107 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
mod url;
mod api;
mod downloader;
mod url;
pub use url::NXMUrl;
pub use api::NexusAPI;
pub use downloader::download_mod;
pub use downloader::download_nxm;
pub use url::NXMUrl;