示例#1
0
 void OnApplicationPause()
 {
     if (oauth != null)
     {
         oauth.SavePlayerPrefers();
     }
     s_instance = null;
 }
示例#2
0
 protected void OnApplicationQuit()
 {
     if (oauth != null)
     {
         oauth.SavePlayerPrefers();
     }
     s_instance = null;
 }