public interface IArrowHittable
{
    void Hit(Arrow arrow);
}