Example #1
0
 void Start()
 {
     GCS = GameScripts.GetComponent <GameController>();
     BlackScreenRenderer = BlackScreen.GetComponent <Renderer>();
     ButtonListeners();
     CheatMenuStart();
 }