Refactor DeathReporter, CombatAlerter, Commander, Configurator, and AgentTracker modules
This commit is contained in:
@@ -5,6 +5,11 @@ local ModuleName = "AgentTracker"
|
||||
---@class AgentTrackerData
|
||||
---@field agents ReactiveValue<table<string, string>>
|
||||
|
||||
---@class HeimdallAgentTrackerConfig
|
||||
---@field enabled boolean
|
||||
---@field debug boolean
|
||||
---@field channels string[]
|
||||
|
||||
shared.agentTracker.agents = ReactiveValue(Heimdall_Data.config.agents)
|
||||
|
||||
---@class AgentTracker
|
||||
|
||||
Reference in New Issue
Block a user