Variable OsuRoom.onMatchStart

Match has started

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