8 lines
		
	
	
		
			261 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			261 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 |