Esempio n. 1
0
    void Awake()
    {
        cutScene = GameObject.FindObjectOfType <CutScene>();
        texts    = GameObject.FindObjectOfType <TextsController>();

        state = GameState.LOADING_GAMEPLAY;

        ConnectionUtils.Instance.HideBanner();
    }
Esempio n. 2
0
 void Awake()
 {
     game  = GameObject.FindObjectOfType <GamePlayController>();
     texts = GameObject.FindObjectOfType <TextsController>();
 }