mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
7 lines
96 B
Lua
7 lines
96 B
Lua
--[[ startup code ]]--
|
|
|
|
pfUI:RegisterModule("custom", function ()
|
|
--[[ module code ]]--
|
|
|
|
end)
|