This commit is contained in:
2026-01-23 22:07:54 +00:00
commit 4f2b63aa47
7 changed files with 5435 additions and 0 deletions

View File

View File

@@ -0,0 +1,4 @@
print("wsg")
for index,item in pairs(_ENV) do
print(index,item)
end