Esempio n. 1
0
 public void CauseDamage()
 {
     if (attackObject && canAttack)
     {
         attackObject.TakeDamage(usedDamage);
     }
 }