4,303
个编辑
无编辑摘要 |
无编辑摘要 |
||
第195行: | 第195行: | ||
if info["difficulties"][4] then | if info["difficulties"][4] then | ||
return info["difficulties"][4]['bpm'] | return info["difficulties"][4]['bpm'] | ||
end | |||
end, | |||
["bydArtist"] = function() | |||
if info["difficulties"][4] then | |||
return info["difficulties"][4]['artist'] | |||
end | end | ||
end | end |