forked from Simnation/Main
ed
This commit is contained in:
parent
636ffb007e
commit
4c9a54ff7b
10 changed files with 944 additions and 0 deletions
5
resources/[Developer]/[Mark]/mh_garage/client/debug.lua
Normal file
5
resources/[Developer]/[Mark]/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