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

@@ -16,6 +16,8 @@ namespace CoopSweeper.GameTypes
public FieldState State { get; set; }
public int SurroundingBombs { get; set; }
public char ToChar()
{
throw new NotImplementedException();