Example #1
0
 void Remove(Room room, object[] args)
 {
     rooms.SendMessage(room, args);
     rooms.Remove(room);
 }