veloren/server/src/input.rs
2020-02-01 21:39:39 +01:00

8 lines
138 B
Rust

pub struct Input {
// TODO: Use this type to manage server input.
}
impl Default for Input {
fn default() -> Self { Input {} }
}