mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-11 18:26:04 +00:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export const STORED_SETTINGS_VERSION = 2;
|
|
|
|
export const LS_KEY_LEGASY = 'map-user-settings';
|
|
export const LS_KEY = 'map-user-settings-v2';
|