Exemplo n.º 1
0
 public void remove_room(CGameRoom room)
 {
     room.destroy();
     this.rooms.Remove(room);
 }