コード例 #1
0
 public HerdRunWaypoints(AIHerd herd)
 {
     this.herd = herd;
 }
コード例 #2
0
 public HerdWalkWaypoints(AIHerd herd)
 {
     this.herd = herd;
 }
コード例 #3
0
	public HerdWalkWaypoints(AIHerd herd) {
		this.herd = herd;
	}
コード例 #4
0
	public HerdRunWaypoints(AIHerd herd) {
		this.herd = herd;
	}