Net-Game/Library/PackageCache/com.unity.2d.animation@494a3b4e73a9/Runtime/IconUtility.cs
2025-03-28 08:33:16 -04:00

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/";
}
}