示例#1
0
 void Attacker()
 {
     timer = 0;
     if (health.currentHealth > 0)
     {
         health.takeDamage(attackDamage);
     }
 }