Variable OsuRoom.Settings.Player.id

Player user information, may not be there except for name

struct OsuRoom.Settings.Player
{
  // ...
  string id ;
  // ...
}