NETSCRIPTSLEEVE: Add cyclesWorked to ns.sleeve.getTask return (#409)

This commit is contained in:
Snarling
2023-03-07 05:30:15 -05:00
committed by GitHub
parent 4ebfdcc4a8
commit e74dfe9b79
14 changed files with 31 additions and 26 deletions
@@ -20,9 +20,7 @@ export class SleeveSupportWork extends Work {
}
APICopy() {
return {
type: WorkType.SUPPORT as "SUPPORT",
};
return { type: WorkType.SUPPORT as "SUPPORT" };
}
/** Serialize the current object to a JSON save state. */