Shit polish

This commit is contained in:
2024-12-12 18:24:32 +01:00
parent 937d149af2
commit f773457e54
2 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,12 @@ local addonname, data = ...
---@cast data HeimdallData
---@cast addonname string
-- TODO: Maybe make a configuration weakaura, make use of weakaura options...
-- TODO: Implement counting kills and display on whosniffer
-- Take last N seconds of combatlog into account ie. count who does damage to who
-- Maybe even make an alert when someone does too much damage to someone else...
-- But that would not be trivial as of now, I can't think of a way to do it sensibly
local function init()
---@class Heimdall_Data
---@field who { data: table<string, Player> }