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

@@ -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