Module:Infobox

From Vintage Story Wiki
Revision as of 14:02, 15 February 2020 by VeryGoodDog (talk | contribs) (oh god how does this work)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

function p.hello() return "Hello, world!" end

return p