mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 07:12:26 +00:00
first commit
This commit is contained in:
10
com/_globals.lua
Normal file
10
com/_globals.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@alias AnyTable table<string, any>
|
||||
|
||||
---@type AnyTable
|
||||
Params = {}
|
||||
|
||||
---@type AnyTable
|
||||
Result = {}
|
||||
|
||||
---@type AnyTable
|
||||
Me = {}
|
||||
Reference in New Issue
Block a user