Example #1
0
 public void TookDamage(int damage)
 {
     health -= damage;
     StartCoroutine(playerUIController.HitUI());
 }