6 lines
184 B
Lua
6 lines
184 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number cost
|
|
---Returns the total price of selected barber shop style changes
|
|
function GetBarberShopTotalCost() end
|