コード例 #1
0
    void Start()
    {
        Instance      = this;
        _placedImages = false;
        if (PrecloseScreenIAS.Instance.preReady)
        {
            PlaceImages();
        }

        EventController.I.Subscribe("LoadedIAS", this);
        EventController.I.Subscribe("OnPrecloseAdClick", this);
        EventController.I.Subscribe("OnClosePreCloseScreen", this);
        EventController.I.Subscribe("RateGame", this);
        EventController.I.Subscribe("OnQuitGame", this);
        EventController.I.Subscribe("OnShowMainMenu", this);
        EventController.I.Subscribe("OnShowAirplaneSelecting", this);
        EventController.I.Subscribe("LevelSelected", this);
    }
コード例 #2
0
    void Start()
    {
        Instance = this;
        _placedImages = false;
        if(PrecloseScreenIAS.Instance.preReady)
        {
            PlaceImages();
        }

        EventController.I.Subscribe("LoadedIAS", this);
        EventController.I.Subscribe("OnPrecloseAdClick", this);
        EventController.I.Subscribe("OnClosePreCloseScreen", this);
        EventController.I.Subscribe("RateGame", this);
        EventController.I.Subscribe("OnQuitGame", this);
        EventController.I.Subscribe("OnShowMainMenu", this);
        EventController.I.Subscribe("OnShowAirplaneSelecting", this);
        EventController.I.Subscribe("LevelSelected", this);
    }