Exemplo n.º 1
0
 //call from animation event
 private void AttackEndedHandler()
 {
     AttackEnded?.Invoke(this, EventArgs.Empty);
 }