private static bool HasValidCandidates(Lot lot, Sim actor, WeatherStone.SummonWeatherType type) { return(lot.DoesSimExist(delegate(Sim s) { return (s != actor) && IsValidCandidate(s, actor, type); })); }
private static bool HasValidCandidates(Lot lot, Sim actor, WeatherStone.SummonWeatherType type) { return lot.DoesSimExist(delegate(Sim s) { return (s != actor) && IsValidCandidate(s, actor, type); }); }