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