Module proto

Module proto 

Source
Expand description

Serializable data types for network messages used by the game.

Structsยง

DenseMoveDirection
A newtype around Vec2 that implements From<u16> and Into<u16> as a way to compress user stick input for use in self::input::DenseInput.