Exemple #1
0
 public void AttackEffect(int id)
 {
     if (skillMgr != null)
     {
         skillMgr.AttackEffect(this, id);
     }
 }
Exemple #2
0
 public virtual void AttackEffect(int skillID)
 {
     skillMgr.AttackEffect(this, skillID);
 }