Inital Commit and Release

This commit is contained in:
Jim Shield
2024-01-11 17:06:33 +00:00
committed by GitHub
parent 99866251f0
commit 6c3c550800
6 changed files with 2353 additions and 2 deletions

19
exports.lua Normal file
View File

@@ -0,0 +1,19 @@
Exports = {
QBExport = "qb-core",
QBXExport = "qbx_core",
ESXExport = "es_extended",
OXCoreExport = "ox_core",
OXInv = "ox_inventory",
QBInv = "qb-inventory",
QSInv = "qs-inventory",
CoreInv = "core-inventory",
CodeMInv = "codem-inventory",
OXLibExport = "ox_lib",
QBMenuExport = "qb-menu",
QBTargetExport = "qb-target",
OXTargetExport = "ox_target"
}