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