Exemple #1
0
 void OnAttackEnd()
 {
     if (Parent != null)
     {
         Parent.OnAttackEnd();
     }
 }