7 lines
143 B
C#
7 lines
143 B
C#
namespace Needle.Engine.EditorSync
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string PackageName = "@needle-tools/editor-sync";
|
|
}
|
|
} |