/// <summary>
 /// Plays the outro animation.
 /// </summary>
 public void PlayOutro()
 {
     flowController.PlayOutroFlow();
     flowController.OnOutroFinished += OnFlowAnimationFinished;
 }