refactor(client): add missing lua typings

This commit is contained in:
Luke
2023-02-17 11:28:53 +01:00
parent 43197b492b
commit e57460c611
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ local skillcheck
---@alias SkillCheckDifficulity 'easy' | 'medium' | 'hard' | { areaSize: number, speedMultiplier: number }
---@param difficulty SkillCheckDifficulity | SkillCheckDifficulity[]
---@param inputs string[]
---@return boolean?
function lib.skillCheck(difficulty, inputs)
if skillcheck then return end