Getting close
This commit is contained in:
@@ -3,5 +3,8 @@ namespace ConsoleApp.Maps
|
||||
public interface IMineMap
|
||||
{
|
||||
bool[,] Map { get; }
|
||||
|
||||
int TotalBombs { get; }
|
||||
bool GetCell(int x, int y);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user