コード例 #1
0
 public static void StartTimer(float value)
 {
     _timer         = value;
     isTimerStarted = true;
     LocalPresidentText.Refresh();
     EnemyPresidentText.Refresh();
 }
コード例 #2
0
 public void OnSide0Click()
 {
     if (Timer.isTimerStarted)
     {
         LocalPresidentText.IncreaseValue();
         GoogleAutho.Message();
     }
     else
     {
         stratButton.SetActive(true);
     }
 }