// Use this for initialization void Start() { currentHealth = maxHealth; currentStamina = maxStamina; motor = GetComponent <vThirdPersonController>(); }
void Start() { has = GetComponent <HitAudioSource>(); motor = player.GetComponent <Invector.CharacterController.vThirdPersonMotor>(); }