7 lines
261 B
Lua
7 lines
261 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return string skillName
|
|
---@return string icon
|
|
---@return number points
|
|
---Returns skill point reward info for the selected quest in the quest log
|
|
function GetQuestLogRewardSkillPoints() end |