Exemplo n.º 1
0
 public void ConnectArea(Directions direction, Area other)
 {
     neighbors.Add(direction, other);
 }