mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
API: Add getSaveData API (#1390)
This commit is contained in:
+8
@@ -1793,6 +1793,14 @@ export interface BitNodeBooleanOptions {
|
||||
* @public
|
||||
*/
|
||||
export interface Singularity {
|
||||
/**
|
||||
* This function returns the save data.
|
||||
*
|
||||
* @remarks
|
||||
* RAM cost: 1 GB * 16/4/1
|
||||
*/
|
||||
getSaveData(): Promise<Uint8Array>;
|
||||
|
||||
/**
|
||||
* Backup game save.
|
||||
* @remarks
|
||||
|
||||
Reference in New Issue
Block a user