8 lines
138 B
C#
8 lines
138 B
C#
namespace Rive.EditorTools
|
|
{
|
|
public class PackageInfo
|
|
{
|
|
public const string PACKAGE_NAME = "app.rive.rive-unity";
|
|
|
|
}
|
|
} |