Files
wow_Meta/api/ReturnInboxItem.lua
2025-05-04 14:35:26 +02:00

6 lines
176 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param mailID number
---Returns a message in the player's inbox to its sender
function ReturnInboxItem(mailID) end