add F200 sight and anti grenade trophy gadget

This commit is contained in:
Bims 2023-09-17 21:54:18 +02:00 committed by GitHub
parent 19e8ef9072
commit e202128702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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);