We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e128b commit 3fdf126Copy full SHA for 3fdf126
Runtime/AvatarCreator/Scripts/Data/PartnerAsset.cs
@@ -16,5 +16,7 @@ public struct PartnerAsset : IAssetData
16
public string ImageUrl;
17
[JsonProperty("lockedCategories")]
18
public string[] LockedCategories;
19
+ [JsonProperty("locked")]
20
+ public bool Locked;
21
}
22
0 commit comments