Пример #1
0
 [MenuItem(InventoryPro.ToolsMenuPath + "Main editor", false, -99)] // Always at the top
 public static void ShowWindow()
 {
     _window = GetWindow <InventoryMainEditor>(false, "Inventory Pro Manager", true);
 }