mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 00:52:47 +02:00
* [P3] Prevent Unintended ME Migration Application * Change Patch Value from 4 to 5 * Bump Game Version * Fix Imports, Use `isNullOrUndefined`
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
export const systemMigrators = [] as const;
|
|
|
|
export const settingsMigrators = [] as const;
|
|
|
|
export const sessionMigrators = [] as const;
|