Package com.csse3200.game.ai.tasks
package com.csse3200.game.ai.tasks
-
ClassDescriptionTask-based AI component.A default task implementation that stores the associated entity and updates status when starting/stopping a task.A priority task is a task that also has a priority.An AI task can be started and stopped at any time.A task that runs for a set amount of time (depending on priority).