예제 #1
0
 void Update()
 {
     if (timeObject.activeInHierarchy)
     {
         int time = selsetMounts.getMountsCloseTime() - ServerTimeKit.getSecondTime();
         timeLabel.text = TimeKit.timeTransformDHMS((double)time);
     }
 }