4 lines
340 B
Lua
4 lines
340 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Exits a barber shop session. Causes the player character to stand up, returning to the normal world, and fires the BARBER_SHOP_CLOSE event. Any style changes already paid for (with ApplyBarberShopStyle()) are kept; any changes since are discarded.
|
|
function CancelBarberShop() end |