Esempio n. 1
0
 public bool IsSafeSpawnPos(RectangleF range)
 {
     return(!finder.ContainsAny(range, (item) => item.AvoidWhenSpawning));
 }