2025-12-11 18:03:57 +08:00
|
|
|
using UnityEditor;
|
2025-12-04 15:40:33 +08:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
2025-12-11 18:03:57 +08:00
|
|
|
|
|
|
|
|
[CustomEditor(typeof(Demo.Game.GameController), true)]
|
|
|
|
|
public class GameControllerEditor : Convention.AbstractCustomEditor
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[CustomEditor(typeof(Demo.Editor.EditorController), true)]
|
|
|
|
|
public class EditorControllerEditor : Convention.AbstractCustomEditor
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|