first commit

This commit is contained in:
alex
2025-06-22 11:32:11 +03:00
commit d3b2944cd8
18 changed files with 519 additions and 0 deletions

10
com/_globals.lua Normal file
View File

@@ -0,0 +1,10 @@
---@alias AnyTable table<string, any>
---@type AnyTable
Params = {}
---@type AnyTable
Result = {}
---@type AnyTable
Me = {}