We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3c1a2 commit 2879f7aCopy full SHA for 2879f7a
Runtime/AvatarCreator/Scripts/Interfaces/IAssetData.cs
@@ -1,7 +1,10 @@
1
+using UnityEngine.Scripting;
2
+
3
namespace ReadyPlayerMe.AvatarCreator
4
{
5
public interface IAssetData
6
7
+ [Preserve]
8
public string Id { get; set; }
9
public AssetType AssetType { get; set; }
10
}
0 commit comments