5 lines
151 B
Lua
5 lines
151 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil inGuild
|
|
---Returns whether the player is in a guild
|
|
function IsInGuild() end |