Enum SEASON
Represents the different seasons that can be applied in the game.
public enum SEASON
Fields
Fall = 1Invalid = 0Spring = 3Summer = 4Winter = 2
Remarks
This enum defines the possible seasons, including fall, winter, spring, and summer. Each value corresponds to a specific season that can be set for the game world. The Invalid value is used as a default or error state.