Exemple #1
0
 public void Update()
 {
     foreach (var it in owner.skills)
     {
         it.Update(AILogic.GetHpPercentage(owner));
     }
 }