Exemplo n.º 1
0
 public void OnImpact(Actor impacted)
 {
     impacted.ApplyDamage(50, this);
 }