예제 #1
0
 public void ActivateNight()
 {
     if (isReady)
     {
         dayNightController.EnableNight();
     }
 }