using GameCreator.Runtime.Common;
using UnityEditor;

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