get mod game type

This commit is contained in:
2026-03-29 15:36:35 +02:00
parent e70c6e6901
commit 49f38cb21a

View File

@@ -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 {