Files
wow_Meta/api/DeleteInboxItem.lua
2024-12-16 13:13:08 +01:00

5 lines
161 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param mailID number
---Deletes a mail from the player's inbox
function DeleteInboxItem(mailID) end