2020-03-19 00:07:55 +03:00

19 lines
205 B
Lua

--- Druid settings file
-- @module settings
-- @local
local M = {}
M.default_style = nil
function M.get_text(name)
return "[Druid]: locales not inited"
end
function M.play_sound(name)
end
return M