public void Event(AnimationEvent e)
 {
     if (UponEvent != null)
     {
         UponEvent.Invoke(e);
     }
 }
Example #2
0
 public void OnFinished()
 {
     cb?.Invoke();
 }