Files
BABA_YAGA/Packages/app.rive.rive-unity/Runtime/PackageInfo.cs
2026-05-19 17:39:03 +07:00

8 lines
138 B
C#

namespace Rive.EditorTools
{
public class PackageInfo
{
public const string PACKAGE_NAME = "app.rive.rive-unity";
}
}