24 return this.date.month >= 3 && this.date.month <= 5;
34 return this.date.month >= 6 && this.date.month <= 8;
44 return this.date.month >= 9 && this.date.month <= 11;
54 return this.date.month >= 12 || this.date.month <= 2;
59 public Weather.Condition GetRandomWeather(
Date date,
Weather.Condition current)
63 return Weather.Condition.Cloudy;
71 return Weather.Condition.RainHeavy;
102 public const int Spring = 1;
105 public const int Summer = 2;
108 public const int Autumn = 3;
111 public const int Winter = 4;