GMOD_disease/lua/autorun/sh_config.lua

8 lines
143 B
Lua
Raw Normal View History

2023-09-03 14:04:49 -04:00
config = {}
-- the config file path location
2023-09-03 18:30:38 -04:00
config.settings_path = "disease/settings.json"
2023-09-03 14:04:49 -04:00
2023-09-03 15:40:13 -04:00
config.save_path = "disease/saves"
2023-09-03 14:04:49 -04:00
return config