mirror of
https://github.com/timvisee/lazymc.git
synced 2025-08-15 12:13:53 -07:00
7 lines
137 B
Rust
7 lines
137 B
Rust
#[cfg(feature = "rcon")]
|
|
pub mod rcon;
|
|
pub mod server_properties;
|
|
|
|
/// Minecraft ticks per second.
|
|
pub const TICKS_PER_SECOND: u32 = 20;
|