Example #1
0
 void Start()
 {
     _game = gameObject.GetComponent<MainProxy>();
     _sim = gameObject.GetComponent<WorldSimulation>();
     _uiHook = FindObjectOfType<CheatMenuHook>();
     _uiHook.hideContent();
 }
Example #2
0
 void Start()
 {
     _game   = gameObject.GetComponent <MainProxy>();
     _sim    = gameObject.GetComponent <WorldSimulation>();
     _uiHook = FindObjectOfType <CheatMenuHook>();
     _uiHook.hideContent();
 }