コード例 #1
0
 void Start()
 {
     Debug.Log("Register button Start() is called");
     _dataBridge = DataBridge.GetInstance();
     _dataBridge.UpdateGooglePlayService();
     // Test.Main();
 }
コード例 #2
0
 void Start()
 {
     Debug.Log("Login button Start() is called");
     _dataBridge = DataBridge.GetInstance();
     _dataBridge.UpdateGooglePlayService();
 }