mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
4 lines
144 B
Rust
4 lines
144 B
Rust
|
/// Per-server constant data (configs) that stays the same for the server's life.
|
||
|
pub struct ServerConstants {
|
||
|
day_cycle_coefficient: f64,
|
||
|
}
|