MIF_E31211846/Library/PackageCache/com.unity.2d.animation@10.1.0/Runtime/IconUtility.cs

8 lines
194 B
C#

namespace UnityEngine.U2D.Animation
{
internal static class IconUtility
{
public const string IconPath = "Packages/com.unity.2d.animation/Editor/Assets/ComponentIcons/";
}
}