rust-gamedig/src/games/mod.rs
2022-10-20 11:24:45 +03:00

8 lines
109 B
Rust

pub mod tf2;
pub mod the_ship;
pub mod csgo;
pub use tf2::*;
pub use the_ship::*;
pub use csgo::*;