Ejemplo n.º 1
0
 private IEnumerator ContinuedDamage()
 {
     while (psvref != null)
     {
         psvref.TakeDamage(damage);
         yield return(new WaitForSeconds(attackSpeed));
     }
 }