Package com.deco2800.game.ai.tasks


package com.deco2800.game.ai.tasks
  • Class
    Description
    Task-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.