/// <summary>
 /// Plays the idle animation.
 /// </summary>
 public void PlayIdle()
 {
     flowController.PlayIdleFlow();
     flowController.OnIdleFinished += OnFlowAnimationFinished;
 }