diff --git a/src/types/mod_config.rs b/src/types/mod_config.rs index 296b20b..613cb5b 100644 --- a/src/types/mod_config.rs +++ b/src/types/mod_config.rs @@ -93,6 +93,10 @@ impl ModConfig { pub fn nexus_id(&self) -> Option<&NexusID> { self.nexus_id.as_ref() } + + pub fn game(&self) -> GameType { + self.game.clone() + } } fn is_false(b: &bool) -> bool {