Skip to content

Commit

Permalink
Update JoyUI.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinGoGaming authored Aug 12, 2024
1 parent c8585b3 commit eb1bcb2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions libraries/JoyUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,10 @@ function createWindow(options)
}
end

return {
createWindow
}
local JoyUI = {}

function JoyUI:createWindow(options)
createWindow(options)
end

return JoyUI

0 comments on commit eb1bcb2

Please sign in to comment.