17 std::vector<std::unique_ptr<Task>>
tasks;
24 for (
const auto&
t :
tasks)
if (!
t->completed)
return false;
ComponentTypeID GetComponentTypeID_Static()
void AddTask(std::unique_ptr< Task > task)
std::vector< std::unique_ptr< Task > > tasks
Objective(const std::string &t="Objective")