Add config.lua

This commit is contained in:
2025-01-03 08:28:01 +01:00
parent 5e0f81ce53
commit b287fb41c4
2 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ local function init()
---@field Commander InitTable
---@field StinkyTracker InitTable
---@field CombatAlerter InitTable
---@field Config InitTable
--- Config ---
---@class HeimdallConfig
@@ -369,6 +370,7 @@ local function init()
shared.Macroer.Init()
shared.Commander.Init()
shared.CombatAlerter.Init()
shared.Config.Init()
print("Heimdall loaded!")
end

View File

@@ -23,4 +23,5 @@ Modules/Macroer.lua
Modules/Commander.lua
Modules/StinkyTracker.lua
Modules/CombatAlerter.lua
Modules/Config.lua
Heimdall.lua