예제 #1
0
    public void Start()
    {
        Instance                    = this;
        bLoggedIn                   = false;
        cLoginMenu                  = gameObject.GetComponent <LoginMenu> ();
        cExchangeGameData           = gameObject.GetComponent <ExchangeGameData> ();
        Application.runInBackground = true;

        AsynchronousClient.Instance.OkayToTick = true;
    }
예제 #2
0
 void Start()
 {
     Instance = this;
 }