Refactor fell tree
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
b9ab2a66dc
commit
e59ab56e3f
@ -16,7 +16,6 @@ import electrosphere.server.ai.nodes.meta.decorators.SucceederNode;
|
|||||||
import electrosphere.server.ai.nodes.plan.SolveSourcingTreeNode;
|
import electrosphere.server.ai.nodes.plan.SolveSourcingTreeNode;
|
||||||
import electrosphere.server.ai.nodes.plan.TargetEntityCategoryNode;
|
import electrosphere.server.ai.nodes.plan.TargetEntityCategoryNode;
|
||||||
import electrosphere.server.ai.trees.creature.MoveToTree;
|
import electrosphere.server.ai.trees.creature.MoveToTree;
|
||||||
import electrosphere.server.ai.trees.creature.melee.FellTree;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A tree to acquire an item
|
* A tree to acquire an item
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
package electrosphere.server.ai.trees.creature.melee;
|
package electrosphere.server.ai.trees.creature.resource;
|
||||||
|
|
||||||
import electrosphere.game.data.item.ItemIdStrings;
|
import electrosphere.game.data.item.ItemIdStrings;
|
||||||
import electrosphere.server.ai.blackboard.BlackboardKeys;
|
import electrosphere.server.ai.blackboard.BlackboardKeys;
|
||||||
Loading…
Reference in New Issue
Block a user