-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__resource.lua
More file actions
26 lines (23 loc) 路 1.01 KB
/
Copy path__resource.lua
File metadata and controls
26 lines (23 loc) 路 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---------------------------------------------------------------------------------------
-- Author: Xavier CHOPIN <www.github.com/xchopin> --
-- License: Apache 2.0 --
---------------------------------------------------------------------------------------
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
dependency 'mysql-async'
--------------------------------------
------------ SERVER ------------------
--------------------------------------
server_scripts {
'Server/server.lua',
'@mysql-async/lib/MySQL.lua'
}
--server_script 'Server/settings.lua' --
--------------------------------------
--------------------------------------
--------------------------------------
------------ CLIENT ------------------
--------------------------------------
client_script 'Client/menu.lua' ----
client_script 'Client/client.lua' ----
--------------------------------------
--------------------------------------