Variable OsuRoom.onBeatmapChanged

Host changed map

class OsuRoom
{
  // ...
  void delegate(bancho.irc.BeatmapInfo) onBeatmapChanged ;
  // ...
}