Type Alias: WriteSavesMode
WriteSavesMode =
"replace"|"merge"
Defined in: packages/core/src/saves/hooks/useWriteSaves.ts:14
How incoming saves meet the ones already on the device.
replace- the player's other saves are cleared first. Restoring a backup.merge- only the slots being written are overwritten. Pulling one save off another machine.