Example #1
0
 private void UpdateMinesLeftDisplay() =>
 _gameBox.SetMinesLeftDisplay(_gameSettings.MinesCount - _flaggedCount);