dev

This module was made as a sandbox for the user Dessamator. This documentation is kept to prevent redlinks.


local p = {}
function p.doStuff(frame)
        local title = frame:getTitle()
 
        return title
end

return p