Variable OsuRoom.Settings.Player.name

Player user information, may not be there except for name

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