Intial commit

This commit is contained in:
Frobski 2019-12-19 18:00:32 +01:00 committed by GitHub
commit 2442580add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
__resource.lua Normal file
View File

@ -0,0 +1,10 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
client_scripts {
'client/main.lua'
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'server/server.lua'
}