veloren/server/src/input.rs

5 lines
91 B
Rust

#[derive(Default)]
pub struct Input {
// TODO: Use this type to manage server input.
}