示例#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.
 }