//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Wednesday, January 10, 2018 //-------------------------------------------------------- using UnityEditor; using Snxxz.UI; [CustomEditor(typeof(RotationTween))] public class RotationTweenEditor : TweenEditor { public override void OnInspectorGUI() { base.OnInspectorGUI(); } }