mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
62b91eb01b
Former-commit-id: 5d96983a385bb77a2876aa7439158252b7e2f0fc
9 lines
169 B
Rust
9 lines
169 B
Rust
pub mod ecs_packet;
|
|
pub mod server;
|
|
pub mod client;
|
|
|
|
// Reexports
|
|
pub use self::server::ServerMsg;
|
|
pub use self::client::ClientMsg;
|
|
pub use self::ecs_packet::EcsPacket;
|