Example #1
0
 public FindGuardTarget(ProtectiveBehaviour behaviour)
 {
     this.behaviour = behaviour;
 }
Example #2
0
 public TargetPositionBetween(ProtectiveBehaviour behaviour, Transform player)
 {
     this.behaviour = behaviour;
     this.player    = player;
 }