Added additional skill type values

This commit is contained in:
Dev 2024-06-19 18:55:17 +01:00
parent cf5411336f
commit 01d3864105

View File

@ -54,4 +54,18 @@ export enum SkillTypes
USEC_LONG_RANGE_OPTICS = "UsecLongrangeoptics_Settings",
USEC_NEGOTIATIONS = "UsecNegotiations",
USEC_TACTICS = "UsecTactics",
PISTOL = "Pistol",
REVOLVER = "Revolver",
SMG = "SMG",
ASSAULT = "Assault",
SHOTGUN = "Shotgun",
SNIPER = "Sniper",
LMG = "LMG",
HMG = "HMG",
LAUNCHER = "Launcher",
ATTACHED_LAUNCHER = "AttachedLauncher",
MISC = "Misc",
DMR = "DMR",
DRAW_MASTER = "DrawMaster",
AIM_MASTER = "AimMaster",
}