mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
MISC: Support importing Steam Cloud save file manually (#2583)
This commit is contained in:
Vendored
+3
@@ -1 +1,4 @@
|
||||
export declare const encodeBytesToBase64String: (bytes: Uint8Array<ArrayBuffer>) => string;
|
||||
export declare const decodeBase64BytesToBytes: (bytes: Uint8Array<ArrayBuffer>) => Uint8Array<ArrayBuffer>;
|
||||
export declare const isBinaryFormat: (saveData: string | Uint8Array<ArrayBuffer>) => boolean;
|
||||
export declare const isSteamCloudFormat: (saveData: string | Uint8Array<ArrayBuffer>) => boolean;
|
||||
|
||||
Reference in New Issue
Block a user