tiger_lib/imperator/
mod.rs

1
2
3
4
5
6
7
8
//! Files specifically for validating Imperator: Rome mods.

pub mod data;
pub mod effect_validation;
pub mod events;
pub mod modif;
pub mod scopes;
pub mod tables;