some changes

This commit is contained in:
Tim Wundenberg
2018-05-25 10:58:07 +02:00
parent d11258d3ed
commit f29beae0fa
4 changed files with 54 additions and 20 deletions

View File

@@ -17,6 +17,8 @@ namespace CoopSweeper.GameTypes
bool ContainsBomb { get; set; }
int SurroundingBombs { get; set; }
FieldState State { get; set; }
char ToChar();