Ejemplo n.º 1
0
    public SectionLandController(SectionLandView view)
    {
        this.view = view;
        PoolView(view.GetLandElementeBaseView());

        landSearchHandler.OnResult += OnSearchResult;
    }
        public void SetUp()
        {
            var prefab = Resources.Load <SectionLandView>(SectionLandController.VIEW_PREFAB_PATH);

            view = Object.Instantiate(prefab);
            WebRequestController.Create();
        }
Ejemplo n.º 3
0
    public SectionLandController(SectionLandView view)
    {
        this.view = view;
        PoolView(view.GetLandElementeBaseView());

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