Files
AR-Menu/Library/PackageCache/com.needle.engine-exporter@8c046140a1d9/EditorSync/Editor/Constants.cs
2025-11-30 08:35:03 +02:00

7 lines
143 B
C#

namespace Needle.Engine.EditorSync
{
public static class Constants
{
public const string PackageName = "@needle-tools/editor-sync";
}
}