mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
7 lines
100 B
Rust
7 lines
100 B
Rust
|
pub mod server;
|
||
|
pub mod client;
|
||
|
|
||
|
// Reexports
|
||
|
pub use server::ServerMsg;
|
||
|
pub use client::ClientMsg;
|