veloren/common/src/msg/mod.rs

7 lines
100 B
Rust
Raw Normal View History

pub mod server;
pub mod client;
// Reexports
pub use server::ServerMsg;
pub use client::ClientMsg;