예제 #1
0
 private void Update()
 {
             #if UNITY_EDITOR
     if (Input.GetKey(KeyCode.L))
     {
         Stats.CurrentTime = 17 * 60;
     }
             #endif
     NPCController.ArriveLeave();
 }
예제 #2
0
 private void Update()
 {
     NPCController.ArriveLeave();
 }