Ejemplo n.º 1
0
 void Hit()
 {
     targetEntity.GetComponent <Entitas>().TakeDamage(100f);
 }
Ejemplo n.º 2
0
 protected virtual void Hit()
 {
     targetEntity.GetComponent <Entitas>().TakeDamage(100f);
 }