Remove vestigial code

This commit is contained in:
2025-01-01 15:00:08 +01:00
parent 137ce0a3a7
commit 0ceb59c778
8 changed files with 22 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
local addonname, shared = ...
---@cast shared HeimdallShared
---@cast addonname string
---@diagnostic disable-next-line: missing-fields
shared.Dueler = {}
function shared.Dueler.Init()
print("Heimdall - Dueler loaded")
end