File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 11using System ;
22using Newtonsoft . Json . Linq ;
3- using UnityEditor ;
4- using UnityEngine ;
53using MCPForUnity . Editor . Helpers ;
64
75namespace MCPForUnity . Editor . Tools . MenuItems
86{
9- /// <summary>
10- /// Facade handler for managing Unity Editor menu items.
11- /// Routes actions to read or execute implementations.
12- /// </summary>
137 public static class ManageMenuItem
148 {
159 /// <summary>
Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using Newtonsoft . Json . Linq ;
44using UnityEditor ;
5- using UnityEngine ;
65using MCPForUnity . Editor . Helpers ;
76
87namespace MCPForUnity . Editor . Tools . MenuItems
Original file line number Diff line number Diff line change 33using System . Linq ;
44using Newtonsoft . Json . Linq ;
55using UnityEditor ;
6- using UnityEngine ;
76using MCPForUnity . Editor . Helpers ;
87
98namespace MCPForUnity . Editor . Tools . MenuItems
You can’t perform that action at this time.
0 commit comments