bool MatchInjured(PeEntity entity, Ray ray) { return(entity != null && entity.IntersectRayExtend(ray)); }