creep-tasks
creep-tasks copied to clipboard
How do I define my own Tasks?
I am using creep-tasks with typescript, and I'm trying to define my own Tasks.
It looks to me like I need to use the Task
abstract class, from src/creep-tasks/Task.ts
, but I cannot find a way to import it.
I can just implement ITask
, but that would probably involve duplicating a lot of code.