5 lines
165 B
Lua
5 lines
165 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean isInTeam
|
|
---Returns whether the player is on an arena team
|
|
function IsInArenaTeam() end |