Variable OsuRoom.onUserTeamChange

username & team as argument

class OsuRoom
{
  // ...
  void delegate(string, Team) onUserTeamChange ;
  // ...
}