Move data definitions into their separate modules
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user