Example #1
0
 public void UpdateTime()
 {
     text.text = clockManager.GetTime();
     if (text.text == "00:30")
     {
         text.color = Color.red;
         cameraPuls.StartPlue();
     }
 }