1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- var t = require;
- var e = module;
- var i = exports;
- Object.defineProperty(i, "__esModule", {value: !0}),
- (i.ViewConst = void 0),
- ((i = i.ViewConst || (i.ViewConst = {}))[(i.Loading = 0)] = "Loading"),
- (i[(i.Login = 1)] = "Login"),
- (i[(i.GameMain = 2)] = "GameMain"),
- (i[(i.Game = 3)] = "Game"),
- (i[(i.GameUI = 4)] = "GameUI"),
- (i[(i.ArchiveonMgrView = 5)] = "ArchiveonMgrView"),
- (i[(i.DebugUI = 6)] = "DebugUI"),
- (i[(i.ShopView = 7)] = "ShopView"),
- (i[(i.SettingView = 8)] = "SettingView"),
- (i[(i.EmailView = 9)] = "EmailView"),
- (i[(i.EmailInfoView = 10)] = "EmailInfoView"),
- (i[(i.PlayerInfoView = 11)] = "PlayerInfoView"),
- (i[(i.LanguageSelectView = 12)] = "LanguageSelectView"),
- (i[(i.TipView = 13)] = "TipView"),
- (i[(i.HighTipView = 14)] = "HighTipView"),
- (i[(i.GuideView = 15)] = "GuideView"),
- (i[(i.MapView = 16)] = "MapView"),
- (i[(i.IdleView = 17)] = "IdleView"),
- (i[(i.QuestGuideView = 18)] = "QuestGuideView"),
- (i[(i.StageUpgradeView = 19)] = "StageUpgradeView"),
- (i[(i.SwitchMapView = 20)] = "SwitchMapView"),
- (i[(i.StageUpgradeTipView = 21)] = "StageUpgradeTipView"),
- (i[(i.AbilityView = 22)] = "AbilityView"),
- (i[(i.AdRateBuffView = 23)] = "AdRateBuffView"),
- (i[(i.AdRewardMoneyView = 24)] = "AdRewardMoneyView"),
- (i[(i.CostumeBagView = 25)] = "CostumeBagView"),
- (i[(i.CostumeInfoView = 26)] = "CostumeInfoView"),
- (i[(i.CostumeMergeView = 27)] = "CostumeMergeView"),
- (i[(i.ShopBuffView = 28)] = "ShopBuffView"),
- (i[(i.ShopBuffViewIcon = 29)] = "ShopBuffViewIcon"),
- (i[(i.ShopAdBoxLvTipView = 30)] = "ShopAdBoxLvTipView"),
- (i[(i.CongratulationView = 31)] = "CongratulationView"),
- (i[(i.ShopOpenBoxView = 32)] = "ShopOpenBoxView"),
- (i[(i.CostumeRefundView = 33)] = "CostumeRefundView"),
- (i[(i.CotumeUpgradView = 34)] = "CotumeUpgradView"),
- (i[(i.CostumeMergeTipView = 35)] = "CostumeMergeTipView"),
- (i[(i.ActivityView = 36)] = "ActivityView"),
- (i[(i.FbEnterView = 37)] = "FbEnterView"),
- (i[(i.GameLoadingView = 38)] = "GameLoadingView"),
- (i[(i.ShopViewIcon = 39)] = "ShopViewIcon"),
- (i[(i.ShopFirstView = 40)] = "ShopFirstView"),
- (i[(i.ShopBankView = 41)] = "ShopBankView"),
- (i[(i.HelperCatInfoView = 42)] = "HelperCatInfoView"),
- (i[(i.InviteHelperCatView = 43)] = "InviteHelperCatView"),
- (i[(i.MailBoxView = 44)] = "MailBoxView"),
- (i[(i.MailListView = 45)] = "MailListView"),
- (i[(i.CostumeStatisticsView = 46)] = "CostumeStatisticsView"),
- (i[(i.CostumeMergeAniView = 47)] = "CostumeMergeAniView"),
- (i[(i.ShopRemoveAdView = 48)] = "ShopRemoveAdView"),
- (i[(i.CostumeCoinReturnView = 49)] = "CostumeCoinReturnView"),
- (i[(i.WorldMapView = 50)] = "WorldMapView");
|