Refactor Heimdall modules to improve structure and clarity, including AchievementSniffer, BonkDetector, Bully, Commander, and Config.

This commit is contained in:
2025-05-18 12:27:00 +02:00
parent 0057ac3a5c
commit b16cf762ac
6 changed files with 2774 additions and 2799 deletions

View File

@@ -1,5 +1,6 @@
local _, shared = ...
---@cast shared HeimdallShared
local ModuleName = "BonkDetector"
---@class HeimdallBonkDetectorConfig
---@field enabled boolean
@@ -7,8 +8,7 @@ local _, shared = ...
---@field channels string[]
---@field throttle number
local ModuleName = "BonkDetector"
---@class BonkDetector
shared.BonkDetector = {
---@return nil
Init = function()