public HerdRunWaypoints(AIHerd herd)
 {
     this.herd = herd;
 }
예제 #2
0
 public HerdWalkWaypoints(AIHerd herd)
 {
     this.herd = herd;
 }
	public HerdWalkWaypoints(AIHerd herd) {
		this.herd = herd;
	}
	public HerdRunWaypoints(AIHerd herd) {
		this.herd = herd;
	}