Add configurator and stinky cache
This commit is contained in:
10
Modules/StinkyCache.lua
Normal file
10
Modules/StinkyCache.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local addonname, shared = ...
|
||||
---@cast shared HeimdallShared
|
||||
---@cast addonname string
|
||||
local ModuleName = "StinkyCache"
|
||||
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
shared.StinkyCache = {}
|
||||
function shared.StinkyCache.Init()
|
||||
print("[Heimdall] StinkyCache module loaded")
|
||||
end
|
||||
Reference in New Issue
Block a user