using UnityEngine; namespace NaughtyAttributes { /// /// Base class for all drawer attributes /// public class DrawerAttribute : PropertyAttribute, INaughtyAttribute { } }