using GameCreator.Runtime.Common;
using UnityEditor;

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