pub type Wind = Player;
Wind index โ 0, 1, 2, 3 => east, south, west, north.
Note that this is identical to Player โ see its definition.
Player
pub struct Wind(/* private fields */);