6 lines
173 B
Lua
6 lines
173 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string location
|
|
---Returns the name of the player's Hearthstone location
|
|
function GetBindLocation() end
|