using GameCreator.Runtime.Common;
using UnityEditor;

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