updated Field
This commit is contained in:
@@ -14,6 +14,11 @@ namespace CoopSweeper.GameTypes
|
||||
|
||||
public bool ContainsBomb { get; set; }
|
||||
|
||||
public FieldState State { get; set; }
|
||||
public FieldState State { get; set; }
|
||||
|
||||
public char ToChar()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user