Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 29b1c86

Browse files
author
Not Officer
committed
added IsSpecial property
1 parent 3843de6 commit 29b1c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Fortnite-API/Objects/BrShopEntry.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public class BrShopEntry
99
[J("regularPrice")] public int RegularPrice { get; private set; }
1010
[J("finalPrice")] public int FinalPrice { get; private set; }
1111
[J("isBundle")] public bool IsBundle { get; private set; }
12+
[J("isSpecial")] public bool IsSpecial { get; private set; }
1213
[J("giftable")] public bool Giftable { get; private set; }
1314
[J("refundable")] public bool Refundable { get; private set; }
1415
[J("panel")] public int Panel { get; private set; }

0 commit comments

Comments
 (0)