Module:Credits

From Videogame Morgue File

Revision as of 11:36, 14 Mayıs 2021 by MorgueFile (talk | contribs)

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

local p = {};

p.credits = function( frame )
    local str = "Hello World!"
    return str
end

return p