Variable OsuRoom.onUserLeave

username as argument

class OsuRoom
{
  // ...
  void delegate(string) onUserLeave ;
  // ...
}