Module:RaritySort

Revision as of 17:18, 15 May 2025 by Ryan (talk | contribs)

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

local p = {}

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

return p