Rework addon loading to properly load on ADDON_LOADED
insteaad of immediately
This commit is contained in:
8
DeathReporter.lua
Normal file
8
DeathReporter.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
local addonname, data = ...
|
||||
---@cast data HeimdallData
|
||||
---@cast addonname string
|
||||
|
||||
data.DeathReporter = {}
|
||||
function data.DeathReporter.Init()
|
||||
end
|
||||
Reference in New Issue
Block a user