From e202128702de1e3cbeda3dcc7213acc79741b247 Mon Sep 17 00:00:00 2001 From: Bims <46683337+DasIschBims@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:54:18 +0200 Subject: [PATCH] add F200 sight and anti grenade trophy gadget --- BattleBitAPI/Common/Data/Gadgets.cs | 1 + BattleBitAPI/Common/Datasets/Attachments.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/BattleBitAPI/Common/Data/Gadgets.cs b/BattleBitAPI/Common/Data/Gadgets.cs index b8e6216..36ac716 100644 --- a/BattleBitAPI/Common/Data/Gadgets.cs +++ b/BattleBitAPI/Common/Data/Gadgets.cs @@ -47,6 +47,7 @@ namespace BattleBitAPI.Common public static readonly Gadget SledgeHammerSkinB = new Gadget("Sledge Hammer SkinB"); public static readonly Gadget SledgeHammerSkinC = new Gadget("Sledge Hammer SkinC"); public static readonly Gadget PickaxeIronPickaxe = new Gadget("Pickaxe IronPickaxe"); + public static readonly Gadget AntiGrenadeTrophy = new Gadget("Anti Grenade Trophy"); // ----- Public Calls ----- public static bool TryFind(string name, out Gadget item) diff --git a/BattleBitAPI/Common/Datasets/Attachments.cs b/BattleBitAPI/Common/Datasets/Attachments.cs index 63fbeb9..6df3840 100644 --- a/BattleBitAPI/Common/Datasets/Attachments.cs +++ b/BattleBitAPI/Common/Datasets/Attachments.cs @@ -60,6 +60,7 @@ namespace BattleBitAPI.Common public static readonly Attachment Pistol8xScope = new Attachment("Pistol_8x_Scope", AttachmentType.MainSight); public static readonly Attachment BurrisAR332 = new Attachment("BurrisAR332", AttachmentType.MainSight); public static readonly Attachment HS401G5 = new Attachment("HS401G5", AttachmentType.MainSight); + public static readonly Attachment F2000_Sight = new Attachment("F2000_Sight", AttachmentType.MainSight); // ----- Top Scope ----- public static readonly Attachment DeltaSightTop = new Attachment("Delta_Sight_Top", AttachmentType.TopSight);