Exemplo n.º 1
0
 public void PerformAction(LivingEntity actor, LivingEntity target)
 {
     Action?.Execute(actor, target);
 }
Exemplo n.º 2
0
 public void UseCurrentWeaponOn(LivingEntity target)
 {
     CurrentWeapon.PerformAction(this, target);
 }