Example #1
0
 bool MatchInjured(PeEntity entity, Bounds bounds)
 {
     return(entity != null && entity.IntersectsExtend(bounds));
 }