Beispiel #1
0
 public void RemoveNeighbor(Cell other)
 {
     RemoveUnidirectional(other);
     other.RemoveUnidirectional(this);
 }