mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
NETSCRIPTSLEEVE: Add cyclesWorked to ns.sleeve.getTask return (#409)
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user