Add initialization for ESX.Table in compat.lua

This commit is contained in:
_Not_
2026-07-16 00:55:38 -05:00
parent 48e19810ce
commit 9a4c492b51
+2
View File
@@ -1,5 +1,7 @@
--All shared functions outsourced from the Core to the lib will be stored here for compatability, e.g:
ESX.Table = {}
ESX.SetTimeout = xLib.timeout.setTimeout
ESX.ClearTimeout = xLib.timeout.clearTimeout
ESX.Await = xLib.waitFor