using Robust.Shared.Configuration; namespace Content.Shared._Bluedge.CCVars; [CVarDefs] public sealed class CCVars220 { /// /// Whether is bloom lighting eanbled or not /// public static readonly CVarDef BloomLightingEnabled = CVarDef.Create("bloom_lighting.enabled", true, CVar.CLIENTONLY | CVar.ARCHIVE); }