public override void Execute(INotification notification)
    {
        UIBaseBehaviour <MainMenuUIMediator> .CreateUI <MainMenuUIView>();

        AppFacade.getInstance.RegisterProxy(new ManorInfoProxy());
        AppFacade.getInstance.RegisterProxy(new CatGroupProxy());
        AppFacade.getInstance.RegisterProxy(new BuildBlueprintProxy());
    }
Beispiel #2
0
 public override void Execute(INotification notification)
 {
     UIBaseBehaviour <CatGroupMenuMediator> .CreateUI <CatGroupMenuView>();
 }
Beispiel #3
0
 public override void Execute(INotification notification)
 {
     UIBaseBehaviour <BuildingModelMediator> .CreateUI <BuildingChangeCtrl>();
 }
Beispiel #4
0
 public override void Execute(INotification notification)
 {
     UIBaseBehaviour <BattleMediator> .CreateUI <BattleView>();
 }
Beispiel #5
0
 public override void Execute(INotification notification)
 {
     UIBaseBehaviour <BuildingBlueprintMediator> .CreateUI <BuildingBlueprintMenu>();
 }
 public override void Execute(INotification notification)
 {
     UIBaseBehaviour <LoginViewMediator> .CreateUI <LoginView>();
 }