Skip to content

Commit

Permalink
feat: removed unecessary type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ardelan869 committed Sep 26, 2024
1 parent 2b29aa1 commit 7c9830e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions import.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ function Menu:CloseAll()
resetNUI();
end

-- TODO: add changeable Banner, etc
---@param menuTitle string
---@param menuSubtitle? string
---@return Menu
function Menu:Create(menuTitle, menuSubtitle)
---@class Menu
local menu = {
Expand Down

0 comments on commit 7c9830e

Please sign in to comment.