forked from lavina/lavina
1
0
Fork 0
lavina/src/core/mod.rs

4 lines
94 B
Rust

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