Enum WEATHER
Represents the different weather conditions that can be applied in the game.
public enum WEATHER
Fields
Clear = 0Misty_01 = 1StormyLarge_01 = 3Stormy_01 = 2
Remarks
This enum defines the possible weather states, such as clear skies, mist, or storms. Each value corresponds to a specific weather condition that can be set for the game world.