Variable OsuRoom.onBeatmapPending

Host is changing beatmap

class OsuRoom
{
  // ...
  void delegate() onBeatmapPending ;
  // ...
}