Add config.lua
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -23,4 +23,5 @@ Modules/Macroer.lua
|
||||
Modules/Commander.lua
|
||||
Modules/StinkyTracker.lua
|
||||
Modules/CombatAlerter.lua
|
||||
Modules/Config.lua
|
||||
Heimdall.lua
|
Reference in New Issue
Block a user