implemented sorrounding bombs

This commit is contained in:
Tim Wundenberg
2018-05-25 11:21:18 +02:00
parent 7709f8dc7d
commit e0291a445d
3 changed files with 27 additions and 5 deletions

View File

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