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