Function: getSystemSave()
getSystemSave():
Promise<GameSave|undefined>
Defined in: packages/core/src/saves/db.ts:234
Retrieves the system save from the database.
Returns
Promise<GameSave | undefined>
A promise that resolves to the system save or undefined if not found.