Variable OsuRoom.onCountdownFinished

A timer finished

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