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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
||||
<AnalysisLevel>5</AnalysisLevel>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user