We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ca19f0 + 8eb7ab1 commit 03e8eb5Copy full SHA for 03e8eb5
1 file changed
src/NosCore.PathFinder/Interfaces/IMapGrid.cs
@@ -9,8 +9,8 @@ namespace NosCore.PathFinder.Interfaces
9
public interface IMapGrid
10
{
11
public short Width { get; }
12
- public short Length { get; }
+ public short Height { get; }
13
public byte this[short x, short y] { get; }
14
bool IsWalkable(short currentX, short currentY);
15
}
16
-}
+}
0 commit comments