public void Hit(IWarrior target)
 {
     target.GetsHit(this);
 }
 public void Hit(IWarrior target)
 {
     target.GetsHit(this);
 }