protected override void OnUpdate() { if (_triggerExit) { Transition(_exitTransition); return; } _fsm.Tick(); }