Exemple #1
0
 public void CastSkill(int index)
 {
     if (!CanCastSkill)
     {
         return;
     }
     _skillMgr.TryCastSkill(index);
 }