Exemple #1
0
 public override void Attack(Castables.Castable castObject, Creature target)
 {
     //do monster spell
 }
Exemple #2
0
 public override void Attack(Direction direction, Castables.Castable castObject, Creature target)
 {
     //do monster attack.
 }