GameResData.ts 156 Bytes
export namespace GameResData {
    export const GAME_ICON_BASE_PATH = "/textures/icon/";
    export const GAME_COMMENT_BASE_PATH = "/textures/moment/";
}