Skip to content

Commit

Permalink
expose GOAP API
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmasB committed Nov 14, 2024
1 parent 4953ff2 commit 13e26c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fxgl-entity/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
requires java.xml;

exports com.almasb.fxgl.ai.senseai;
exports com.almasb.fxgl.ai.goap;
exports com.almasb.fxgl.entity;
exports com.almasb.fxgl.entity.action;
exports com.almasb.fxgl.entity.component;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.util.*
*
* @author Almas Baimagambetov ([email protected])
*/
internal object GoapPlanner {
object GoapPlanner {

/**
* Plan what sequence of actions can fulfill the goal.
Expand Down

0 comments on commit 13e26c6

Please sign in to comment.