forked from Simnation/Main
ed
This commit is contained in:
parent
6d22d5f77c
commit
63fbc60a00
86 changed files with 8352 additions and 3428 deletions
5
resources/[Developer]/mh_garage/client/debug.lua
Normal file
5
resources/[Developer]/mh_garage/client/debug.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
function Debug(text)
|
||||
if Config.Debug then
|
||||
print(text)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue