42 lines
1.1 KiB
C#
42 lines
1.1 KiB
C#
// Copyright (c) Supernova Technologies LLC
|
|
using Nova.InternalNamespace_17.InternalNamespace_18;
|
|
using System.Diagnostics;
|
|
using UnityEditor;
|
|
|
|
namespace Nova.InternalNamespace_17
|
|
{
|
|
internal static class InternalType_185
|
|
{
|
|
[MenuItem("Tools/Nova/FAQ")]
|
|
private static void InternalMethod_3655()
|
|
{
|
|
InternalType_767.InternalMethod_3671();
|
|
}
|
|
|
|
[MenuItem("Tools/Nova/Manual")]
|
|
private static void InternalMethod_1545()
|
|
{
|
|
Process.Start("https://novaui.io/manual/");
|
|
}
|
|
|
|
[MenuItem("Tools/Nova/API Reference")]
|
|
private static void InternalMethod_2010()
|
|
{
|
|
Process.Start("https://novaui.io/api/");
|
|
}
|
|
|
|
[MenuItem("Tools/Nova/Samples")]
|
|
private static void InternalMethod_1055()
|
|
{
|
|
Process.Start("https://novaui.io/samples/");
|
|
}
|
|
|
|
[MenuItem("Tools/Nova/Feedback and Support")]
|
|
private static void InternalMethod_1057()
|
|
{
|
|
Process.Start("https://github.com/NovaUI-Unity/Feedback/discussions");
|
|
}
|
|
}
|
|
}
|
|
|