全站通知:

模块:Point

来自原神WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

0


local p = {}
p["getLength"] = function (frame)
	-- local points = mw.text.jsonDecode(mw.title.new('Data:' .. frame.args[1] .. '/type/' .. frame.args[2] .. '/json'):getContent() or '[]')
	return 0 -- #points
end

return p