6 lines
175 B
Lua
6 lines
175 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numGlyphs
|
|
---Returns the total amount of glyphs for the player's class
|
|
function GetNumGlyphs() end
|