2022-01-27 01:15:12 +02:00

22 lines
324 B
Lua
Executable File

-- Copyright (c) 2021 Maxim Tuprikov <insality@gmail.com>. This code is licensed under MIT license
--- Druid settings file
-- @module settings
-- @local
local M = {}
M.default_style = nil
function M.get_text(name, a, b, c, d, e, f)
return "[Druid]: locales not inited"
end
function M.play_sound(name)
end
return M