1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-05 08:45:18 +02:00
parent 636ffb007e
commit 4c9a54ff7b
10 changed files with 944 additions and 0 deletions

View file

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