Example #1
0
 void Update()
 {
     _stateMachine.RunCurrentState();
     _rigidbody.RunRigidbodyPhysics();
 }