mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-23 16:16:56 +00:00
6 lines
208 B
Lua
6 lines
208 B
Lua
pfUI:RegisterModule("thirdparty-tbc", "tbc", function ()
|
|
-- abort when thirdparty core module is not loaded
|
|
if not pfUI.thirdparty then return end
|
|
local rawborder, default_border = GetBorderSize()
|
|
end)
|