//-------------------------------------------------------- // [Author]: 玩个游戏 // [ Date ]: Wednesday, January 10, 2018 //-------------------------------------------------------- using UnityEditor; [CustomEditor(typeof(RotationTween))] public class RotationTweenEditor : TweenEditor { public override void OnInspectorGUI() { base.OnInspectorGUI(); } }