protected override void Start() { healthSystem = GetComponent <HealthSystem>(); base.Start(); }
// Use this for initialization void Start() { playerHealth = gameObject.GetComponent <HealthSystem>(); }