-
Alberto Gasparin authored
This is the last PR with lots of renaming for `loot-core`!
Alberto Gasparin authoredThis is the last PR with lots of renaming for `loot-core`!
platform.ts 90 B
export const isMobile = false;
export const isWeb = false;
export const isDesktop = true;