using UnityEditor; using UnityEngine; using UnityAtoms.Editor; namespace UnityAtoms.BaseAtoms.Editor { /// /// A custom property drawer for AtomBaseVariableList. /// [CustomPropertyDrawer(typeof(AtomBaseVariableList))] public class AtomListDrawer : AtomListAttributeDrawer { } }