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

@@ -8,6 +8,9 @@ local ModuleName = "StinkyCache"
---@field commander string
---@field ttl number
---@class HeimdallStinkyCacheData
---@field stinkies table<string, {value: number, timestamp: number}>
---@class StinkyCache
shared.StinkyCache = {
Init = function()