GMOD_disease/lua/autorun/sh_config.lua
2023-09-03 20:04:49 +02:00

6 lines
103 B
Lua

config = {}
-- the config file path location
config.config_path = "disease/config.json"
return config