use of eidolons.game.battlecraft.ai.elements.generic.AiMaster in project Eidolons by IDemiurge.
the class PathBuilder method getInstance.
public PathBuilder getInstance(Unit source) {
PathBuilder clone = new PathBuilder(new AiMaster(game));
clone.setUnit(source);
return clone;
}
Aggregations