可配置引擎

This commit is contained in:
2024-11-30 08:36:04 +08:00
parent 71ec5da49a
commit 57ed90a3c3
12 changed files with 131 additions and 44 deletions
@@ -0,0 +1,9 @@
using UnityEditor;
namespace AibisDream.SystemEditor
{
[CustomEditor(typeof(EngineSystem))]
public class EngineSystemEditor : SystemHasDataEditor
{
}
}