Refactor DeathReporter, CombatAlerter, Commander, Configurator, and AgentTracker modules

This commit is contained in:
2025-05-18 11:48:50 +02:00
parent 1129d787b5
commit 0edf0561d8
6 changed files with 34 additions and 43 deletions

View File

@@ -1,5 +1,13 @@
local _, shared = ...
---@cast shared HeimdallShared
---@class HeimdallCommanderConfig
---@field enabled boolean
---@field debug boolean
---@field channels string[]
---@field commander string
---@field commands table<string, boolean>
local ModuleName = "Commander"
local helpMessages = {