Skip to content

Commit

Permalink
fix(es_extended/client/functions.lua): fix menu tables
Browse files Browse the repository at this point in the history
  • Loading branch information
CsokiHUN committed Jan 29, 2023
1 parent 19a220e commit 81bfdea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions [core]/es_extended/client/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Core.CurrentRequestId = 0
Core.ServerCallbacks = {}
Core.TimeoutCallbacks = {}
Core.Input = {}
ESX.UI = {}
ESX.UI.Menu = {}
ESX.UI.Menu.RegisteredTypes = {}
ESX.UI.Menu.Opened = {}

ESX.Game = {}
ESX.Game.Utils = {}
Expand Down

0 comments on commit 81bfdea

Please sign in to comment.