Exemple #1
0
 public void ActivateCharacterEffect2()
 {
     if (spell != null)
     {
         spell.ActivateCharacterEffect2();
     }
 }