Beispiel #1
0
 internal void OnSound(DbAnimationEventArgs e)
 {
     PlaySound?.Invoke(this, e);
 }
Beispiel #2
0
 internal void OnAnimationEvent(DbAnimationEventArgs e)
 {
     AnimationEvent?.Invoke(this, e);
 }
Beispiel #3
0
 internal void OnAction(DbAnimationEventArgs e)
 {
     DoAction?.Invoke(this, e);
 }