Skip to content

Commit

Permalink
Add Locked field to PartnerAsset.cs (#262)
Browse files Browse the repository at this point in the history
- Added locked boolean field to partner asset
  • Loading branch information
hawkwood authored May 1, 2024
1 parent 95e128b commit 3fdf126
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 3fdf126

Please sign in to comment.