Add macroer (or the skeleton of)
This commit is contained in:
9
Modules/Macroer.lua
Normal file
9
Modules/Macroer.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local addonname, shared = ...
|
||||
---@cast shared HeimdallShared
|
||||
---@cast addonname string
|
||||
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
shared.Macroer = {}
|
||||
function shared.Macroer.Init()
|
||||
print("Heimdall - Macroer loaded")
|
||||
end
|
||||
Reference in New Issue
Block a user