Module bones_framework::networking::proto
source · 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
.