Initial commit for new project
This commit is contained in:
4
Editor/Assembly.cs
Normal file
4
Editor/Assembly.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
global using Sandbox;
|
||||
global using Editor;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
8
Editor/MyEditorMenu.cs
Normal file
8
Editor/MyEditorMenu.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
public static class MyEditorMenu
|
||||
{
|
||||
[Menu("Editor", "$title/My Menu Option")]
|
||||
public static void OpenMyMenu()
|
||||
{
|
||||
EditorUtility.DisplayDialog("It worked!", "This is being called from your library's editor code!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user