Skip to content

Commit 3fdf126

Browse files
authored
Add Locked field to PartnerAsset.cs (#262)
- Added locked boolean field to partner asset
1 parent 95e128b commit 3fdf126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runtime/AvatarCreator/Scripts/Data/PartnerAsset.cs

+2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ public struct PartnerAsset : IAssetData
1616
public string ImageUrl;
1717
[JsonProperty("lockedCategories")]
1818
public string[] LockedCategories;
19+
[JsonProperty("locked")]
20+
public bool Locked;
1921
}
2022
}

0 commit comments

Comments
 (0)