Ejemplo n.º 1
0
 public abstract bool Equals(CostlyPathfindingCell other);
Ejemplo n.º 2
0
 public int CompareTo(CostlyPathfindingCell other) => Cost.CompareTo(other.Cost);