5 lines
204 B
Lua
5 lines
204 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number activeTalentGroup
|
|
---Returns the active talent group/specialisation (Dual Talent system).
|
|
function GetActiveSpecGroup() end |