Refactor Heimdall modules to improve structure and clarity, including AchievementSniffer, BonkDetector, Bully, Commander, and Config.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
local _, shared = ...
|
||||
---@cast shared HeimdallShared
|
||||
local ModuleName = "Bully"
|
||||
|
||||
---@class HeimdallBullyConfig
|
||||
---@field enabled boolean
|
||||
---@field debug boolean
|
||||
|
||||
local ModuleName = "Bully"
|
||||
|
||||
---@class Bully
|
||||
shared.Bully = {
|
||||
---@return nil
|
||||
Init = function()
|
||||
|
||||
Reference in New Issue
Block a user