6 lines
123 B
Rust
6 lines
123 B
Rust
pub mod server_stats;
|
|
pub mod server_uptime;
|
|
pub mod world_size;
|
|
|
|
pub(self) const MINECRAFT_NAMESPACE: &str = "minecraft";
|