void Start()
 {
     Debug.Log("Register button Start() is called");
     _dataBridge = DataBridge.GetInstance();
     _dataBridge.UpdateGooglePlayService();
     // Test.Main();
 }
Exemplo n.º 2
0
 void Start()
 {
     Debug.Log("Login button Start() is called");
     _dataBridge = DataBridge.GetInstance();
     _dataBridge.UpdateGooglePlayService();
 }