Minor fixes

This commit is contained in:
Masahiko AMANO
2022-03-09 12:01:38 +03:00
parent 542667699e
commit ebd536897c
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@
public string Value = " ";
public bool IsMine;
public bool IsMarked;
public Cell(bool mine)
{
if (mine)