Ejemplo n.º 1
0
 private void SaveAsCurrentCheckPoint()
 {
     if (activationSound.clip != null)
     {
         source.PlayOneShot(activationSound.clip, activationSound.volumeScale);
     }
     LevelManager.ActivateSingleCheckPoint(this);
     GameManager.SaveProgression(this);
 }