11 lines
212 B
C#
11 lines
212 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEditor;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
[CustomEditor(typeof(Demo.ScriptableObject), true)]
|
||
|
|
public class SOEditor : Convention.AbstractCustomEditor
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|