fix loads of type errors

This commit is contained in:
Soph :3 2026-02-06 09:50:24 +02:00
parent f8bdfa2bb5
commit 95fdbb73b3
6 changed files with 48 additions and 27 deletions

View file

@ -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