9 lines
258 B
Lua
9 lines
258 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@return number moneyCost
|
|
---@return number talentCost
|
|
---@return number skillCost
|
|
---Returns the cost to purchase a trainer service
|
|
function GetTrainerServiceCost(index) end
|