Files
Convention-Unity-Demo/Assets/Scripts/Editor/SOEditor.cs

11 lines
212 B
C#
Raw Normal View History

using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
[CustomEditor(typeof(Demo.ScriptableObject), true)]
public class SOEditor : Convention.AbstractCustomEditor
{
}