Ejemplo n.º 1
0
    public void ResetGameStatistic()
    {
        _ballMovement.SetStartMovementSpeed();
        _playerLives.ResetLives();
        ScoreManager.Instance.ResetScore();

        IsGameReady = true;
    }