Move data definitions into their separate modules

This commit is contained in:
2025-05-18 15:54:38 +02:00
parent 3ef0e4c935
commit 287be2a31c
4 changed files with 15 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ local ModuleName = "Whoer"
---@field zoneNotifyFor table<string, boolean>
---@field queries string
---@class HeimdallWhoData
---@field updateTicker Timer?
---@field whoTicker Timer?
---@class Whoer
shared.Whoer = {
Init = function()