Ejemplo n.º 1
0
 private void OnTriggerEnter(Collider other)
 {
     if (other.gameObject.CompareTag(Strings.Tags.PLAYER) && triggerDamage)
     {
         bouncerParent.DamageAttackTarget();
     }
 }