10 lines
288 B
C#
10 lines
288 B
C#
namespace MCPForUnity.Editor.Constants
|
|
{
|
|
/// <summary>Canonical user-facing product identity strings.</summary>
|
|
public static class ProductInfo
|
|
{
|
|
public const string ProductName = "MCP for Unity";
|
|
public const string MenuRoot = "Window/MCP for Unity";
|
|
}
|
|
}
|