public bool CheckHit(Hitbox h) { DrawBox(Color.green); h.DrawBox(Color.red); return(CheckHitX(h) && CheckHitY(h)); }