1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-06 12:47:45 +00:00
kawari/src/lobby/mod.rs

5 lines
141 B
Rust

mod connection;
pub use connection::{LobbyConnection, send_custom_world_packet};
/// The IPC packets for the Lobby connection.
pub mod ipc;