14 lines
295 B
C#
14 lines
295 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Ichni.Editor
|
|
{
|
|
public class EditorUIManager : MonoBehaviour
|
|
{
|
|
public Hierarchy hierarchy;
|
|
public Inspector inspector;
|
|
public Timeline timeline;
|
|
|
|
}
|
|
} |