Files

10 lines
158 B
C#
Raw Permalink Normal View History

2025-09-23 11:18:38 +08:00
#if UNITY_EDITOR
using UnityEngine;
using UnityEditor;
[CustomEditor(typeof(TweenTransform))]
public class TweenTransformEditor : UITweenerEditor
{
}
#endif