Refactor fell tree
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2025-05-04 13:59:43 -04:00
parent b9ab2a66dc
commit e59ab56e3f
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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;