This commit is contained in:
2025-07-24 10:19:23 +08:00
parent b8c6890e04
commit 87d278c1e7
31 changed files with 74930 additions and 868 deletions

Binary file not shown.

13
Editor/GitHelp.cs Normal file
View 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
View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: e39c59daca384162bb1eb3efef317662
timeCreated: 1753060650

View File

@@ -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.