Search in sources :

Example 1 with AiMaster

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;
}
Also used : AiMaster(eidolons.game.battlecraft.ai.elements.generic.AiMaster)

Aggregations

AiMaster (eidolons.game.battlecraft.ai.elements.generic.AiMaster)1