update
This commit is contained in:
13
Editor/GitHelp.cs
Normal file
13
Editor/GitHelp.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace SesothoLineEditor
|
||||
{
|
||||
public class GitHelp
|
||||
{
|
||||
[MenuItem("Help/View Git Page", true, int.MaxValue)]
|
||||
public void a()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user