5 lines
275 B
Lua
5 lines
275 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number season
|
|
---Returns a number identifying the current arena season. New arena seasons begin every few months, resetting team rankings and providing new rewards.
|
|
function GetCurrentArenaSeason() end |