示例#1
0
 private void FixedUpdate()
 {
     _fsm.UpdatePhysics();
     _controller.FixedUpdate();
 }