mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
class definition in only comments
This commit is contained in:
parent
e624dd431b
commit
8b43c81fc0
@ -21,10 +21,8 @@ mqueue.new = function ()
|
||||
local remove = table.remove
|
||||
|
||||
---@class queue_item
|
||||
local queue_item = {
|
||||
qtype = 0, ---@type TYPE
|
||||
message = 0 ---@type any
|
||||
}
|
||||
---@field qtype TYPE
|
||||
---@field message any
|
||||
|
||||
---@class mqueue
|
||||
local public = {}
|
||||
|
Loading…
Reference in New Issue
Block a user