示例#1
0
 public AttackOrderTargeter(AttackBase ab, int priority, bool negativeDamage)
 {
     this.ab       = ab;
     OrderID       = ab.attackOrderName;
     OrderPriority = priority;
 }