//--------------------------------------------------------
|
// [Author]: 第二世界
|
// [ Date ]: Friday, November 03, 2017
|
//--------------------------------------------------------
|
using UnityEngine;
|
using System.Collections;
|
using UnityEngine.UI;
|
|
namespace Snxxz.UI {
|
|
public class ChildNodes:MonoBehaviour {
|
public GameObject _ItemIcon;
|
public GameObject _Elect;
|
public ButtonExtend _ItemButton;
|
|
}
|
|
}
|