[Add] Basic project architecture
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Minesweeper.Presentation.Factories
|
||||
{
|
||||
public interface ICellViewFactory
|
||||
{
|
||||
string BuildCellName(int x, int y, int value, bool isMine);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user