예제 #1
0
 public YakRunAway(AIYakAbstract yak, int moveDistance)
 {
     this.yak          = yak;
     this.moveDistance = moveDistance;
 }
예제 #2
0
	public YakRunAway(AIYakAbstract yak, int moveDistance) {
		this.yak = yak;
		this.moveDistance = moveDistance;
	}