7 lines
159 B
Lua
7 lines
159 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number chance
|
|
---Returns the player's parry chance
|
|
function GetParryChance() end
|