pushing for zac
This commit is contained in:
11
ConsoleApp/Maps/IMapFactory.cs
Normal file
11
ConsoleApp/Maps/IMapFactory.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Dynamic;
|
||||
|
||||
namespace ConsoleApp
|
||||
{
|
||||
public interface IMapFactory
|
||||
{
|
||||
int Height { get; }
|
||||
int Width { get; }
|
||||
SquareMap SquareMap { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user