Ejemplo n.º 1
0
 private IEnumerator UpdatePendingLogs()
 {
     for (;;)
     {
         if (InGameConsoleInterface.Singleton != null)
         {
             LogTracker.PurgeAwaiting(InGameConsoleInterface.Singleton);
         }
         yield return(new WaitForSeconds(0.25f));
     }
 }