Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/C#/FiveM/Framework/Framework.Shared/fxmanifest.lua
2022-12-07 15:35:41 +01:00

20 lines
318 B
Lua

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'
}