mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-24 00:58:59 -05:00
11 lines
242 B
C#
11 lines
242 B
C#
#if UNITY_2019_1_OR_NEWER
|
|
using UnityEditor;
|
|
using UnityAtoms.Editor;
|
|
|
|
namespace UnityAtoms.SceneMgmt.Editor
|
|
{
|
|
[CustomPropertyDrawer(typeof(SceneFieldList))]
|
|
public class SceneFieldListDrawer : AtomDrawer<SceneFieldList> { }
|
|
}
|
|
#endif
|