Exemplo n.º 1
0
 public void Disconnect(Waypoint other)
 {
     this.RemoveNeighbour(other);
     other.RemoveNeighbour(this);
 }