Ejemplo n.º 1
0
 private void Update()
 {
     if (theWinManager != null && theWinManager.maxSeconds > -1 && theUIManager != null)
     {
         theUIManager.SeeTime(theWinManager.GetTime(), theWinManager.maxSeconds);
     }
 }