Пример #1
0
 public void ActivateCharacterEffect()
 {
     if (spell != null)
     {
         spell.ActivateCharacterEffect();
     }
 }