SLEEVE: Add a nextCompletion promise to SleeveBladeburnerWork (#916)

This commit is contained in:
Snarling
2023-11-05 20:09:34 -05:00
committed by GitHub
parent 0c4cf81f66
commit aaf80a9a33
5 changed files with 36 additions and 3 deletions

View File

@@ -986,6 +986,7 @@ type SleeveBladeburnerTask = {
actionName: string;
cyclesWorked: number;
cyclesNeeded: number;
nextCompletion: Promise<void>;
};
/** @public */