local addonname, shared = ... ---@cast shared HeimdallShared ---@cast addonname string local ModuleName = "Bully" ---@diagnostic disable-next-line: missing-fields shared.Bully = {} function shared.Bully.Init() if Heimdall_Data.config.bully.debug then print(string.format("[%s] Module initialized", ModuleName)) end print("[Heimdall] Bully loaded") end