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