mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
7 lines
112 B
Rust
7 lines
112 B
Rust
#[derive(Debug, Clone)]
|
|
pub struct Config {
|
|
pub port: u64,
|
|
pub verbose: bool,
|
|
pub server_id: u64,
|
|
}
|