// Use this for initialization
	void Start () {
		
		//创建程序窗口
		this.Window = NGUITools.CreateUI(false);

		//创建背包滚动视图
		this.Packet = new LONGUIPacketController(this.Window.gameObject);
	}
    // Use this for initialization
    void Start()
    {
        //创建程序窗口
        this.Window = NGUITools.CreateUI(false);

        //创建背包滚动视图
        this.Packet = new LONGUIPacketController(this.Window.gameObject);
    }