the initial commit to the repo.
This commit is contained in:
parent
025c032b8c
commit
1b757591b9
264 changed files with 21882 additions and 0 deletions
16
stoopid.raw/stupid.solutions/GameFullBright.cs
Normal file
16
stoopid.raw/stupid.solutions/GameFullBright.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue