Пример #1
0
 void FixedUpdate()
 {
     FixedAnimator();
     MoveUpdate();
     if (UI != null)
     {
         UI.OnUpdate();
     }
 }