Exemple #1
0
 public void UpdateIntermissionTimer(float time)
 {
     if (showIntermission)
     {
         if (uIIntermission == null)
         {
             uIIntermission = GetComponentInChildren <UIIntermission>();
         }
         uIIntermission.UpdateTime(time);
     }
 }