Esempio n. 1
0
 void OnAnimationEnd(MatchAnimation sender)
 {
     _activeAnimations.Remove(sender);
 }
Esempio n. 2
0
 void OnAnimationStart(MatchAnimation sender)
 {
     _activeAnimations.Add(sender);
 }