fix loads of type errors
This commit is contained in:
parent
f8bdfa2bb5
commit
95fdbb73b3
6 changed files with 48 additions and 27 deletions
|
|
@ -15,8 +15,6 @@ local modem = peripheral.find("modem")
|
|||
|
||||
local turtleId = modem and modem.getNameLocal() or "self"
|
||||
|
||||
---@alias TurtleSlot integer
|
||||
|
||||
---@return InventoryLayerAIL
|
||||
function AIL:new()
|
||||
---@type InventoryLayerAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue