forked from rojo-rbx/rojo
Initial commit
This commit is contained in:
6
src/core.rs
Normal file
6
src/core.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Config {
|
||||
pub port: u64,
|
||||
pub verbose: bool,
|
||||
pub server_id: u64,
|
||||
}
|
||||
Reference in New Issue
Block a user