//! Domain definitions and implementation of common chat logic. pub mod player; pub mod room;