Esempio n. 1
0
 public override int Attack(Character opponent)
 {
     return(Spells[RandomUtil.GetIndex(Spells.Count)].Cast(this, opponent));
 }