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