1//! Files specifically for validating Imperator: Rome mods. 2 3pub mod data; 4pub mod effect_validation; 5pub mod events; 6pub mod modif; 7pub mod scopes; 8pub mod tables;