mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
Fix tons of typos
This commit is contained in:
@@ -30,7 +30,7 @@ export class SleeveSupportWork extends Work {
|
||||
return Generic_toJSON("SleeveSupportWork", this);
|
||||
}
|
||||
|
||||
/** Initiatizes a BladeburnerWork object from a JSON save state. */
|
||||
/** Initializes a BladeburnerWork object from a JSON save state. */
|
||||
static fromJSON(value: IReviverValue): SleeveSupportWork {
|
||||
return Generic_fromJSON(SleeveSupportWork, value.data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user