Refactor Heimdall modules to improve structure and clarity, including AchievementSniffer, BonkDetector, Bully, Commander, and Config.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user