before deleting Rules
This commit is contained in:
@@ -4,7 +4,7 @@ namespace PathFinding
|
||||
{
|
||||
public interface IPlanarCollection<T> : IEnumerable<T> where T : IPlanarElement
|
||||
{
|
||||
T this[float x, float y] { get; set; }
|
||||
T? this[float x, float y] { get; set; }
|
||||
int GetLength(int dimension);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user