Merge changes
This commit is contained in:
@@ -10,12 +10,16 @@ namespace CoopSweeper.GameTypes
|
||||
public Field()
|
||||
{
|
||||
State = FieldState.NONE;
|
||||
CheckID = 0;
|
||||
}
|
||||
|
||||
public bool ContainsBomb { get; set; }
|
||||
|
||||
public FieldState State { get; set; }
|
||||
|
||||
public int SurroundingBombs { get; set; }
|
||||
public int CheckID { get; set; }
|
||||
|
||||
public DisplayState GetDisplayState()
|
||||
{
|
||||
switch(State)
|
||||
|
||||
Reference in New Issue
Block a user