9 lines
171 B
C#
9 lines
171 B
C#
using UnityEditor;
|
|
|
|
namespace AibisDream.SystemEditor
|
|
{
|
|
[CustomEditor(typeof(EngineSystem))]
|
|
public class EngineSystemEditor : SystemHasDataEditor
|
|
{
|
|
}
|
|
} |