void Update() { stateMachine.ProcessStateChanges(); stateMachine.ProcessStateFast(); }
//50hz update loop private void FixedUpdate() { _stateMachine.ProcessStateChanges(); _stateMachine.ProcessState(); }