Add macroer (or the skeleton of)

This commit is contained in:
2025-01-01 21:43:27 +01:00
parent fdedde829e
commit d0cb074912
3 changed files with 21 additions and 0 deletions

9
Modules/Macroer.lua Normal file
View 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