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