Esempio n. 1
0
 bool MatchInjured(PeEntity entity, Vector3 pos)
 {
     return(entity != null && entity.ContainsPointExtend(pos));
 }