mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
feat(web/skillcheck): fail skill check only on keys that aren't passed
This commit is contained in:
@@ -9,5 +9,6 @@ export interface SkillCheckProps {
|
||||
angle: number;
|
||||
difficultyOffset: number;
|
||||
difficulty: GameDifficulty;
|
||||
keys?: string[];
|
||||
key: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user