using System; [Serializable] public enum SunShaftsResolution { Low = 0, Normal = 1, High = 2 }