public enum Weather { Clear = 0, Cloudy = 1, Overcast = 2, Rain = 3, HeavyRain = 4, Storm = 5 }