리팩토링 중
This commit is contained in:
@@ -3,6 +3,7 @@ using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using UVC.Data.Core;
|
||||
using UVC.Factory.Component;
|
||||
using UVC.Factory.Playback;
|
||||
using UVC.Locale;
|
||||
using UVC.Log;
|
||||
using UVC.UI.Commands;
|
||||
@@ -216,7 +217,7 @@ namespace UVC.UI.Menu
|
||||
MenuItemData.CreateSeparator("file_sep2"), // 또 다른 구분선 추가
|
||||
new MenuItemData("file_exit", "menu_file_exit", new QuitApplicationCommand()) // 애플리케이션 종료 명령 연결
|
||||
}));
|
||||
|
||||
model.MenuItems.Add(new MenuItemData("Playback", "Playback", new PlaybackCommand()));
|
||||
// pool 로그
|
||||
model.MenuItems.Add(new MenuItemData("log", "Log", subMenuItems: new List<MenuItemData>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user