Variable OsuRoom.onPlayerFinished

A user finished playing. username + score + passed

class OsuRoom
{
  // ...
  void delegate(string, long, bool) onPlayerFinished ;
  // ...
}