三国卡牌客户端基础资源仓库
Assets/Editor/ScriptEditor/TweenEditor.cs
@@ -1,11 +1,10 @@
//--------------------------------------------------------
//    [Author]:           第二世界
//    [Author]:           玩个游戏
//    [  Date ]:           Wednesday, January 10, 2018
//--------------------------------------------------------
using UnityEngine;
using System.Collections;
using UnityEditor;
using vnxbqy.UI;
[CustomEditor(typeof(Tween))]
public class TweenEditor : Editor