veloren_server/
input.rs

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