Expand description
Serializable data types for network messages used by the game.
Structsยง
- A newtype around
Vec2
that implementsFrom<u16>
andInto<u16>
as a way to compress user stick input for use inself::input::DenseInput
.
Serializable data types for network messages used by the game.
Vec2
that implements From<u16>
and Into<u16>
as a way to compress
user stick input for use in self::input::DenseInput
.