本WIKI由旅行者酒馆于2020年03月14日申请开通,内容按CC BY-NC-SA 4.0协议提供,编辑权限开放。感谢 大猫雷恩 对WIKI设计支持,期待更多能人异士加入原神WIKI。
免责声明 • 反馈留言 • 交流群:1018709157
原神WIKI五周年啦!
bugfix250107.1

全站通知:

模块: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