Skip to content
DummkopfOfHachtenduden edited this page May 25, 2016 · 1 revision
public enum WeatherType : byte
{
    Clear = 1,
    Rain = 2,
    Snow = 3,
}
Clone this wiki locally