Beispiel #1
0
 public WeatherManager GetWeatherManagerForWorld(World world)
 {
     return(WeatherManagers.FirstOrDefault(w => w.World == world));
 }