#![allow(clippy::new_without_default)] pub mod diedto; pub mod error; pub mod game; #[cfg(test)] mod game_test; pub mod message; pub mod modifier; pub mod nonzero; pub mod player; pub mod role;