mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
added queue_data class
This commit is contained in:
parent
72da718015
commit
282d3fcd99
@ -24,6 +24,10 @@ mqueue.new = function ()
|
||||
---@field qtype TYPE
|
||||
---@field message any
|
||||
|
||||
---@class queue_data
|
||||
---@field key any
|
||||
---@field val any
|
||||
|
||||
---@class mqueue
|
||||
local public = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user