コード例 #1
0
    public SectionLandController(SectionLandView view)
    {
        this.view = view;
        PoolView(view.GetLandElementeBaseView());

        landSearchHandler.OnResult += OnSearchResult;
    }
コード例 #2
0
        public void SetUp()
        {
            var prefab = Resources.Load <SectionLandView>(SectionLandController.VIEW_PREFAB_PATH);

            view = Object.Instantiate(prefab);
            WebRequestController.Create();
        }
コード例 #3
0
    public SectionLandController(SectionLandView view)
    {
        this.view = view;
        PoolView(view.GetLandElementeBaseView());

        view.OnOpenMarketplaceRequested += OnOpenMarketplacePressed;
        landSearchHandler.OnResult      += OnSearchResult;
    }