5 lines
189 B
Lua
5 lines
189 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean hasHearthstone
|
|
---Returns whether the player has a hearthstone in their bag
|
|
function PlayerHasHearthstone() end |