backing up
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
namespace ConsoleApp.Maps
|
||||
{
|
||||
public interface ISquareCell
|
||||
public interface ISquareCell : ICell
|
||||
{
|
||||
|
||||
int X { get; }
|
||||
int Y { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user