Darktide-Mod-Framework/dmf/dmf.mod
2023-01-06 03:21:52 -07:00

5 lines
99 B
Modula-2

return {
run = function()
return Mods.file.dofile("dmf/scripts/mods/dmf/dmf_loader")
end
}