Variable OsuRoom.onMatchEnd

Match has ended (all players finished)

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