dreambuilder_hotbar/.luacheckrc
Niklp 3ef7cf9a93
New storage backend (#6)
Co-authored-by: OgelGames <olliverdc28@gmail.com>
2023-07-20 15:35:03 +10:00

12 lines
123 B
Lua

read_globals = {
-- Stdlib
"string",
"table",
-- Minetest
"minetest", "DIR_DELIM",
-- Deps
"dreambuilder_theme"
}