Function send_shapeshift

Source
pub fn send_shapeshift(pid: u16)
Expand description

Send a PlayerShapeshift packet about a player.

This sends the packet to all players connected to the server. It is currently used
only to communicate werewolf states.

pid The player ID.

Returns void