using GameCreator.Runtime.Common;
using UnityEditor;

namespace GameCreator.Editor.Common
{
    [CustomPropertyDrawer(typeof(ChangeColor))]
    public class ChangeColorDrawer : TChangeValueDrawer
    { }
}