示例#1
0
 //Export the session length to the analytics
 public void QuitExport()
 {
     AnalyticsExport.SendToExport("Session length: " + ConvertSecondsToTime(Timer));
 }
示例#2
0
 public void QuitExport()
 {
     AnalyticsExport.SendToExport(FishCaughtString);
 }