Initial commit

This commit is contained in:
2024-12-12 11:47:38 +01:00
commit b77f524a70
2 changed files with 21 additions and 0 deletions

8
Heimdall.lua Normal file
View File

@@ -0,0 +1,8 @@
---@type HeimdallData
local _, data = ...
if not Heimdall_Data then Heimdall_Data = {} end
---@class HeimdallData
---@field dumpTable fun(table: any, depth?: number): nil
---@field messenger {queue: table<string, Message>, ticker: number}

13
Heimdall.toc Normal file
View File

@@ -0,0 +1,13 @@
## Interface: 70300
## Title: Heimdall
## Notes: Watches over areas and alerts when hostiles spotted
## Author: Cyka
## SavedVariables: Heimdall_Data
#core
Heimdall.lua
CLEUParser.lua
Spotter.lua
Whoer.lua
Messenger.lua
DumpTable.lua