Merge changes

This commit is contained in:
Marvin Rohrbach
2018-05-25 11:26:27 +02:00
4 changed files with 79 additions and 23 deletions

View File

@@ -35,6 +35,10 @@ namespace CoopSweeper.GameTypes
bool ContainsBomb { get; set; }
int SurroundingBombs { get; set; }
int CheckID { get; set; }
FieldState State { get; set; }
DisplayState GetDisplayState();