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