Пример #1
0
 public WorldWeatherCommand()
 {
     WeatherActors.Add(WeatherType.Sunny, SetSunny);
     WeatherActors.Add(WeatherType.LightRain, SetLightRain);
     WeatherActors.Add(WeatherType.Rain, SetRain);
     WeatherActors.Add(WeatherType.HeavyRain, SetHeavyRain);
     WeatherActors.Add(WeatherType.Storm, SetStorm);
     WeatherActors.Add(WeatherType.SlimeRain, SetSlimeRain);
 }