Darktide-Mod-Framework/scripts/mods/dmf/modules/dmf_dummy.lua
Lucas Schwiderski b0b7395f02
feat: Make buildable with dtmt
Move files in the correct file structure, add package definition and
dtmt configuration.
2023-05-06 22:54:41 +02:00

4 lines
No EOL
171 B
Lua

local dmf = get_mod("DMF")
-- Add dmf functions with a value of dummy_func if they need to be defined while a module is disabled.
local dummy_func = function() return end