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