Skip to content

Commit

Permalink
Add Locked field to PartnerAsset.cs
Browse files Browse the repository at this point in the history
Content from API includes this field, but the Unity code does not.
  • Loading branch information
hawkwood authored Apr 27, 2024
1 parent bd7d1d9 commit 3aa2e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Runtime/AvatarCreator/Scripts/Data/PartnerAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ public struct PartnerAsset : IAssetData
public string ImageUrl;
[JsonProperty("lockedCategories")]
public string[] LockedCategories;
[JsonProperty("locked")]
public bool Locked;
}
}

0 comments on commit 3aa2e11

Please sign in to comment.