landsandboat/scripts/items/flask_of_muting_potion.lua
claywar 6e4fa2af25
[type] Add type annotations to Item scripts
rename to reflect type definition

Annotate xi.itemUtils.foodOnItemCheck

Make TItemFood functions optional, since the definition does not include types
2024-08-24 18:25:26 -04:00

9 lines
172 B
Lua

-----------------------------------
-- ID: ???
-- Item: ???
-- Item Effect: ???
-----------------------------------
---@type TItem
local itemObject = {}
return itemObject