Darktide-Mod-Framework/dmf/scripts/mods/vmf/modules/vmf_dummy.lua
2023-01-06 03:10:16 -07:00

4 lines
No EOL
171 B
Lua

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