Exemplo n.º 1
0
 private void OnOtherAccountClick(GameObject targetObject)
 {
     switch (Application.platform)
     {
     case RuntimePlatform.Android:
         GoogleAndroid.addOtherUser();
         break;
     }
 }