using UnityEngine; namespace stupid.solutions; public class GameFullBright { public static bool Enabled = false; public static GameObject LightGameObject; public static Light FullBrightLight; public static bool LightEnabled = true; public static bool LightCalled; }