示例#1
0
 protected virtual void SetTarget(ActiveCreature target)
 {
     this.target = target;
 }
示例#2
0
 protected virtual void DropTarget()
 {
     target = null;
 }
示例#3
0
 public ActiveCreature()
 {
     health = 100;
     target = null;
 }