Table of Contents

Enum SEASON

Namespace
Pillars.Weather.Data
Assembly
Pillars.dll

Represents the different seasons that can be applied in the game.

public enum SEASON

Fields

Fall = 1
Invalid = 0
Spring = 3
Summer = 4
Winter = 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.