Add WIP files

This commit is contained in:
SticksDev
2022-09-24 20:39:52 -04:00
commit 77c57ece72
5 changed files with 306 additions and 0 deletions

8
config/config.lua Normal file
View File

@ -0,0 +1,8 @@
clientConfig = {
showLogos = true, -- Show logos on server/client start
}
serverConfig = {
showLogos = true, -- Show logos on server/client start
eventsEnabled = false, -- Enable events on server start
}