5 lines
168 B
Lua
5 lines
168 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Disbands the player's guild. Only has effect if the player is the guild leader
|
|
function GuildDisband() end
|