模块:EventShopList

来自70DNF
跳转到导航 跳转到搜索

此模块的文档可以在模块:EventShopList/doc创建

local p = {}

function p.list(frame)
    res_table = {}

    return table.concat(res_table)
end

return p