Function: deleteAllGameSaves()
deleteAllGameSaves():
Promise<void>
Defined in: packages/core/src/saves/db.ts:184
Deletes all game save data from the database.
This method clears all records within the "saves" table or collection, resulting in the complete removal of stored game save data.
Returns
Promise<void>
A promise that resolves when the game save data has been successfully deleted.