예제 #1
0
 public void Disconnect(Waypoint other)
 {
     this.RemoveNeighbour(other);
     other.RemoveNeighbour(this);
 }