added nexus mod downloads
This commit is contained in:
7
src/nexus.rs
Normal file
7
src/nexus.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
mod url;
|
||||
mod api;
|
||||
mod downloader;
|
||||
|
||||
pub use url::NXMUrl;
|
||||
pub use api::NexusAPI;
|
||||
pub use downloader::download_mod;
|
||||
Reference in New Issue
Block a user