Expand description
Serializable data types for network messages used by the game.
Structsยง
- Dense
Move Direction - A newtype around
Vec2that implementsFrom<u16>andInto<u16>as a way to compress user stick input for use inself::input::DenseInput.