mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-13 03:06:15 +00:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
export const STORED_SETTINGS_VERSION = 1;
|
|
|
|
export const LS_KEY_LEGASY = 'map-user-settings';
|
|
export const LS_KEY = 'map-user-settings-v2';
|