[Add] Field and mine generation
This commit is contained in:
@@ -3,5 +3,6 @@ namespace Minesweeper.Presentation.Factories
|
||||
public interface ICellViewFactory
|
||||
{
|
||||
string BuildCellName(int x, int y, int value, bool isMine);
|
||||
string BuildCellName(int x, int y, string displayValue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user