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

Commit c75a6fc

Browse files
author
Not Officer
committed
added dynamicPakId property
1 parent 14b24c7 commit c75a6fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Fortnite-API/Objects/V2/BrCosmeticV2.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ [J] public string ShowcaseVideo
3434
private set => ShowcaseVideoUri = new Uri(_youtubeBaseUri, _showcaseVideo = value);
3535
}
3636
[I] public Uri ShowcaseVideoUri { get; private set; }
37+
[J] public string DynamicPakId { get; private set; }
3738
[J] public string DisplayAssetPath { get; private set; }
3839
[J] public string DefinitionPath { get; private set; }
3940
[J] public string Path { get; private set; }
@@ -47,6 +48,7 @@ [J] public string ShowcaseVideo
4748
[I] public bool HasBuiltInEmoteIds => BuiltInEmoteIds != null && BuiltInEmoteIds.Count != 0;
4849
[I] public bool HasGameplayTags => GameplayTags != null && GameplayTags.Count != 0;
4950
[I] public bool HasShowcaseVideo => ShowcaseVideo != null;
51+
[I] public bool HasDynamicPakId => DynamicPakId != null;
5052
[I] public bool HasDisplayAssetPath => DisplayAssetPath != null;
5153
[I] public bool HasDefinitionPath => DefinitionPath != null;
5254
[I] public bool HasShopHistory => ShopHistory != null;

0 commit comments

Comments
 (0)