Files
wow-weakauras/Meta/api/AddOrRemoveFriend.lua
2024-11-07 23:12:37 +01:00

6 lines
256 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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