add
This commit is contained in:
13
Assets/trCRM/Editor/ETrcrmMenus.cs
Normal file
13
Assets/trCRM/Editor/ETrcrmMenus.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEditor;
|
||||
|
||||
public class ETrcrmMenus
|
||||
{
|
||||
|
||||
[MenuItem("Assets/Create/Lua Script/New Class Lua Panel", false, 81)]
|
||||
public static void CreatNewLuaPanel()
|
||||
{
|
||||
ECLCreateFile.PubCreatNewFile("Assets/trCRM/Templates/Lua/NewClassLuaPanel.lua", ECLCreateFile.GetSelectedPathOrFallback() + "/NewLuaPanel.lua");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user