Minor fixes
This commit is contained in:
parent
542667699e
commit
ebd536897c
1
Cell.cs
1
Cell.cs
@ -5,7 +5,6 @@
|
||||
public string Value = " ";
|
||||
public bool IsMine;
|
||||
public bool IsMarked;
|
||||
|
||||
public Cell(bool mine)
|
||||
{
|
||||
if (mine)
|
||||
|
||||
Reference in New Issue
Block a user