1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/mh_garage/client/debug.lua

5 lines
77 B
Lua
Raw Normal View History

2025-08-05 08:45:18 +02:00
function Debug(text)
if Config.Debug then
print(text)
end
end