Пример #1
0
 public bool CleanZoneHasOrbits( CleanZone clear )
 {
     return SysPlanets.Any(s => clear.WithinRange(s.OrbitalRadius));
 }