mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
refactoring
This commit is contained in:
parent
e728cacfc9
commit
cadf7abbd3
@ -1,6 +1,5 @@
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DCFApixels.DragonECS.Editors
|
||||
{
|
||||
|
@ -1,6 +1,4 @@
|
||||
using DCFApixels.DragonECS.Unity.Debug;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace DCFApixels.DragonECS
|
||||
@ -72,8 +70,8 @@ namespace DCFApixels.DragonECS
|
||||
namespace Editors
|
||||
{
|
||||
using System.Linq;
|
||||
using UnityEditor;
|
||||
using System.Reflection;
|
||||
using UnityEditor;
|
||||
|
||||
[CustomEditor(typeof(WorldPoolsMonitor))]
|
||||
public class WorldPoolsMonitorEditor : Editor
|
||||
|
@ -1,6 +1,4 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace DCFApixels.DragonECS
|
||||
namespace DCFApixels.DragonECS
|
||||
{
|
||||
public interface ITemplate
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
using DCFApixels.DragonECS.Editors;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
Loading…
Reference in New Issue
Block a user