update
This commit is contained in:
Binary file not shown.
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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
3
Editor/GitHelp.cs.meta
Normal file
3
Editor/GitHelp.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e39c59daca384162bb1eb3efef317662
|
||||
timeCreated: 1753060650
|
||||
@@ -2,8 +2,8 @@
|
||||
"name": "Lrss3.SesothoLine.Editor",
|
||||
"rootNamespace": "SesothoLineEditor",
|
||||
"references": [
|
||||
"Lrss3.Deconstruction",
|
||||
"UnityEditor.UI"
|
||||
"Lrss3.SesothoLine",
|
||||
"Lrss3.Deconstruction"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user