This commit is contained in:
wsh
2025-05-24 09:36:09 +09:00
parent d37ffb6e2e
commit 55f23c9f03
6 changed files with 5 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ using Studio.Command;
using Studio.Manage;
using UnityEngine;
namespace XED
namespace Studio
{
public class LoadLocalAssetCommand : IIrreversibleCommand
{

View File

@@ -4,7 +4,7 @@ using Studio.Manage;
using System.Collections.Generic;
using UnityEngine;
namespace XED
namespace Studio
{
public class AssetManager : Manager
{

View File

@@ -3,7 +3,7 @@ using UnityEngine;
using Studio.AssetTool;
using Studio.Core;
using Studio.Util;
using XED;
using Studio;
namespace Studio.Manage
{

View File

@@ -6,7 +6,6 @@ using Studio.Test;
using XRLib;
using XRLib.UI;
using Studio;
using Studio.UI;
using Studio.AssetTool;
using Studio.Command;
using static UnityEngine.Rendering.DebugUI;

View File

@@ -5,7 +5,7 @@ using UnityEngine.UI;
using TriLibCore.SFB;
using System;
namespace XED
namespace Studio
{
public class UI_FolderPathItem : UIBase
{

View File

@@ -4,7 +4,7 @@ using UnityEngine;
using UnityEngine.UI;
using XRLib.UI;
namespace XED
namespace Studio
{
public class Panel_AssetManager : PanelBase
{