10 lines
158 B
C#
10 lines
158 B
C#
#if UNITY_EDITOR
|
|
using UnityEngine;
|
|
using UnityEditor;
|
|
|
|
[CustomEditor(typeof(TweenTransform))]
|
|
public class TweenTransformEditor : UITweenerEditor
|
|
{
|
|
}
|
|
#endif
|