可配置引擎
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace AibisDream.SystemEditor
|
||||
{
|
||||
[CustomEditor(typeof(EngineSystem))]
|
||||
public class EngineSystemEditor : SystemHasDataEditor
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user