Example #1
0
 public void TakeDamage(float damage)
 {
     damageBack.SetActive(true);
     StartCoroutine(shotScript.Damage());
     StartCoroutine(Damage());
     playerHealth -= damage;
 }