1
This commit is contained in:
@@ -3,7 +3,7 @@ using Studio.Command;
|
||||
using Studio.Manage;
|
||||
using UnityEngine;
|
||||
|
||||
namespace XED
|
||||
namespace Studio
|
||||
{
|
||||
public class LoadLocalAssetCommand : IIrreversibleCommand
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using Studio.Manage;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace XED
|
||||
namespace Studio
|
||||
{
|
||||
public class AssetManager : Manager
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using UnityEngine;
|
||||
using Studio.AssetTool;
|
||||
using Studio.Core;
|
||||
using Studio.Util;
|
||||
using XED;
|
||||
using Studio;
|
||||
|
||||
namespace Studio.Manage
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -5,7 +5,7 @@ using UnityEngine.UI;
|
||||
using TriLibCore.SFB;
|
||||
using System;
|
||||
|
||||
namespace XED
|
||||
namespace Studio
|
||||
{
|
||||
public class UI_FolderPathItem : UIBase
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using XRLib.UI;
|
||||
|
||||
namespace XED
|
||||
namespace Studio
|
||||
{
|
||||
public class Panel_AssetManager : PanelBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user