少年修仙传客户端代码仓库
client_linchunjie
2018-08-27 d106f11e7f44c748f595da36e0cdfd54849649e6
System/MainInterfacePanel/PickUpInformation.cs
@@ -1,31 +1,31 @@
//--------------------------------------------------------
//    [Author]:           第二世界
//    [  Date ]:           Tuesday, April 17, 2018
//--------------------------------------------------------
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
namespace Snxxz.UI {
    public class PickUpInformation:MonoBehaviour {
        [SerializeField] Text m_CoentText;
        public Text CoentText
        {
            get { return m_CoentText; }
            set { m_CoentText = value; }
        }
        [SerializeField] Text m_TitleText;
        public Text TitleText
        {
            get { return m_TitleText; }
            set { m_TitleText = value; }
        }
    }
}
//--------------------------------------------------------
//    [Author]:           第二世界
//    [  Date ]:           Tuesday, April 17, 2018
//--------------------------------------------------------
using UnityEngine;
using System.Collections;
using UnityEngine.UI;
namespace Snxxz.UI {
    public class PickUpInformation:MonoBehaviour {
        [SerializeField] Text m_CoentText;
        public Text CoentText
        {
            get { return m_CoentText; }
            set { m_CoentText = value; }
        }
        [SerializeField] Text m_TitleText;
        public Text TitleText
        {
            get { return m_TitleText; }
            set { m_TitleText = value; }
        }
    }
}