Update 07.12.2022
This commit is contained in:
20
C#/FiveM/Framework/Build/fxmanifest.lua
Normal file
20
C#/FiveM/Framework/Build/fxmanifest.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
fx_version 'cerulean'
|
||||
games { 'gta5' }
|
||||
|
||||
author 'Leon hoppe <leon@ladenbau-hoppe.de>'
|
||||
description 'FiveM Framework in C#'
|
||||
version '1.0.0'
|
||||
|
||||
files {
|
||||
'NativeUI.dll',
|
||||
'MySql.Data.dll',
|
||||
'Framework.Shared.dll'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'Framework.Client.net.dll'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'Framework.Server.net.dll'
|
||||
}
|
||||
Reference in New Issue
Block a user