pub type PlayerId = u32;
Expand description
This is the numerical id of a player on a server. Note that in rare edge cases this might be 0 (you are the first person to unlock the Dungeon. Who do you fight?), but you can almost always expect this to be > 0 wherever found