public void ResetGameStatistic() { _ballMovement.SetStartMovementSpeed(); _playerLives.ResetLives(); ScoreManager.Instance.ResetScore(); IsGameReady = true; }
// Update is called once per frame void Update() { PlayerLives.ResetLives(3); }