6 lines
168 B
Lua
6 lines
168 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numRanks
|
|
---Returns the number of ranks in the guild
|
|
function GuildControlGetNumRanks() end
|