2020-07-18 22:16:24 +03:00

20 lines
211 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