Editor UI - Hierarchy
This commit is contained in:
12
Assets/Scripts/DynamicUI/EditorUIManager.cs
Normal file
12
Assets/Scripts/DynamicUI/EditorUIManager.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ichni.Editor
|
||||
{
|
||||
public class EditorUIManager : MonoBehaviour
|
||||
{
|
||||
public Hierarchy hierarchy;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user