Module:RaritySort: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
function p.getSortValue(rarity) | function p.getSortValue(rarity) | ||
return tostring(rarity) | |||
end | end | ||
return p | return p |
Revision as of 17:18, 15 May 2025
Documentation for this module may be created at Module:RaritySort/doc
local p = {}
function p.getSortValue(rarity)
return tostring(rarity)
end
return p