1
0
Fork 0
forked from Simnation/Main

[Garage] Changes + Log

This commit is contained in:
Miho931 2025-06-08 15:19:18 +02:00
parent 03ae638141
commit ee09c81d37
4 changed files with 68 additions and 6 deletions

View file

@ -0,0 +1,5 @@
function Debug(text)
if Config.Debug then
print(text)
end
end