veloren/common/src/shared_server_config.rs

4 lines
144 B
Rust
Raw Normal View History

/// Per-server constant data (configs) that stays the same for the server's life.
pub struct ServerConstants {
day_cycle_coefficient: f64,
}