Module:RaritySort

From HighSpell Wiki
Revision as of 17:18, 15 May 2025 by Ryan (talk | contribs)
Jump to navigation Jump to search

Documentation for this module may be created at Module:RaritySort/doc

local p = {}

function p.getSortValue(rarity)
    return tostring(rarity)
end

return p