Example #1
0
    void Awake()
    {
        ApplicationFacade facade = ApplicationFacade.Instance;

        facade.RegisterCommand(NotificationEnum.STARTUP, typeof(StartupCommand));

        //启动PureMVC程序,执行StartUP()方法,传入
        facade.StartUp(PureViewComponents);
    }