﻿using UnityEngine;

namespace ExternPropertyAttributes
{
	/// <summary>
	/// Base class for all drawer attributes
	/// </summary>
	public class DrawerAttribute : PropertyAttribute, ICustomAttribute
	{
	}
}
