public void OnHit(DamageData wound) => nowAction.OnHit(wound);
public void OnHit(Wound wound) => nowAction.OnHit(wound);