2025-10-06 16:09:52 +08:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using UnityEditor;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
2025-10-06 17:43:21 +08:00
|
|
|
//[CustomEditor(typeof(Demo.ScriptableObject), true)]
|
2025-10-06 16:09:52 +08:00
|
|
|
public class SOEditor : Convention.AbstractCustomEditor
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|