예제 #1
0
 /// <summary>
 /// Updates the controller.
 /// </summary>
 private void Update()
 {
     if (life.Alive)
     {
         bard.UpdateTune();
         control.UpdateControl();
         UpdateAI();
     }
 }
예제 #2
0
 /// <summary>
 /// Updates the controller.
 /// </summary>
 private void Update() {
     bard.UpdateTune();
     control.UpdateControl();
     UpdateAI();
 }