示例#1
0
 public void PerformAction(LivingEntity actor, LivingEntity target)
 {
     Action?.Execute(actor, target);
 }
示例#2
0
 public void UseCurrentWeaponOn(LivingEntity target)
 {
     CurrentWeapon.PerformAction(this, target);
 }