Example #1
0
 private void ReturnToCheckPoint()
 {
     _health            = _checkpoint.GetSavedHealth();
     transform.position = _checkpoint.GetSavedPosition();
     Destroy(_checkpoint.gameObject);
     _checkpoint = null;
     statsSaved  = false;
 }