This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
veloren
Watch
1
Star
0
Fork
0
You've already forked veloren
mirror of
https://gitlab.com/veloren/veloren.git
synced
2024-08-30 18:12:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d814296676
veloren
/
server
/
src
/
input.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
apply some clippy fixes that comes with the new toolchain version
2021-09-24 21:11:05 +00:00
#[
derive(Default)
]
Added basic networked communications, chat communication Former-commit-id: 06bafdf69486f4da5fbc416835e34c5bed8c2caa
2019-03-03 22:02:38 +00:00
pub
struct
Input
{
Pedantic comment and language fixes. Former-commit-id: eb49765c911aaa97a9c8ed351216a7a6f8411213
2019-05-17 09:22:32 +00:00
// TODO: Use this type to manage server input.
Added basic networked communications, chat communication Former-commit-id: 06bafdf69486f4da5fbc416835e34c5bed8c2caa
2019-03-03 22:02:38 +00:00
}
Reference in New Issue
Copy Permalink