Example #1
0
 /// <summary>
 /// Event calls this from the timeline. Ensures we stay focused on the 'current' cat
 /// </summary>
 public void PauseTimelineForCat()
 {
     _currentCatInFocus.StopTimeline();
 }