2022-03-08 18:38:17 +02:00

22 lines
325 B
Lua
Executable File

-- Copyright (c) 2021 Maksim 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