This commit is contained in:
2025-03-13 16:28:23 +01:00
parent 468a68c3e7
commit 62e991cc66
23 changed files with 172 additions and 81 deletions

View File

@@ -1,4 +1,13 @@
---@diagnostic disable: missing-return, lowercase-global
---@class LootInfo
---@field isQuestItem boolean?
---@field item string Item name
---@field locked boolean Can loot?
---@field quality number Item quality
---@field quantity number Item quantity
---@field roll boolean
---@field texture number Texture file ID
---@return LootInfo[]
function GetLootInfo() end