Module:CreateModuleGridData

From The First Descendant Wiki
Revision as of 11:33, 3 June 2024 by Communos (talk | contribs) (currently for testing purposes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

currently does not work correctly


local p = {}

function p.getModuleData()
    return "test"
end
return p