示例#1
0
 public static void EndSession()
 {
     if (GAState.IsManualSessionHandlingEnabled())
     {
         GA_Wrapper.gameAnalyticsEndSession();
         return;
     }
     Debug.Log("Manual session handling is not enabled. \nPlease check the \"Use manual session handling\" option in the \"Advanced\" section of the Settings object.");
 }