namespace VolumetricFogAndMist { public enum SPSR_BEHAVIOUR { AutoDetectInEditor = 0, ForcedOn = 1, ForcedOff = 2 } }