Maps are more generic as well as cells.
This commit is contained in:
@@ -4,11 +4,13 @@ namespace ConsoleApp.Maps
|
||||
{
|
||||
public int X { get; }
|
||||
public int Y { get; }
|
||||
public int Z { get; }
|
||||
|
||||
public SquareCell(int x, int y)
|
||||
{
|
||||
X = x;
|
||||
Y = y;
|
||||
Z = default;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user