Files
wow_Meta/api/AddOrRemoveFriend.lua
2025-05-04 15:15:00 +02:00

8 lines
259 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param name string
---@param note string
---Adds the named character to the friends list, or removes the character if already in the friends list
function AddOrRemoveFriend(name, note) end