Condition Planning System
data class ConditionPlanningSystem(val actions: Set<ConditionAction>, val goals: Set<ConditionGoal>) : PlanningSystem
Planning system based on actions and goals based on conditions, such as GOAP.
Planning system based on actions and goals based on conditions, such as GOAP.