本WIKI由旅行者酒馆于2020年03月14日申请开通,内容按CC-BY-NC-SA4.0协议提供,编辑权限开放。感谢 大猫雷恩 对WIKI设计支持,期待更多能人异士加入原神WIKI

交流群:1087445447  ·  QQ频道:i3h65u03kv

全站通知:

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