[Add] End game, Restart, Final Check
This commit is contained in:
@@ -18,5 +18,10 @@ namespace Minesweeper.Core
|
||||
Current = state;
|
||||
StateChanged?.Invoke(Current);
|
||||
}
|
||||
|
||||
public void NotifyCurrentStateChanged()
|
||||
{
|
||||
StateChanged?.Invoke(Current);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user