private void OnScoreControllerInject(ScoreController scoreController) { scoreController.OnScoreChanged += OnScoreChanged; OnScoreChanged(0); }
public static IScoreController CreateScoreController() { return(ScoreController.Create()); }
private void OnCellMathcingEvent(int cellCount, bool isBonus) { ScoreController.AddScore(cellCount, isBonus); MovesController.DoMove(); }