예제 #1
0
파일: Monster.cs 프로젝트: wren11/server
 public override void Attack(Castables.Castable castObject, Creature target)
 {
     //do monster spell
 }
예제 #2
0
파일: Monster.cs 프로젝트: wren11/server
 public override void Attack(Direction direction, Castables.Castable castObject, Creature target)
 {
     //do monster attack.
 }