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