ViewName.cs 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. namespace GFGGame
  2. {
  3. public class ViewName
  4. {
  5. public static string MAINUI_VIEW = "GFGGame.MainUIView";
  6. public static string DRESS_UP_VIEW = "GFGGame.DressUpView";
  7. public static string STORY_CHAPTER_LIST_VIEW = "GFGGame.StoryChapterListView";
  8. public static string STORY_CHAPTER_VIEW = "GFGGame.StoryChapterView";
  9. public static string STORY_DIALOG_VIEW = "GFGGame.StoryDialogView";
  10. public static string STORY_LOOK_BACK_VIEW = "GFGGame.StoryLookBackView";
  11. public static string CREATE_ROLE_VIEW = "GFGGame.CreateRoleView";
  12. public static string STORY_LEVEL_INFO_VIEW = "GFGGame.StoryLevelInfoView";
  13. public static string DRESS_UP_FIGHT_VIEW = "GFGGame.DressUpFightView";
  14. public static string STORY_FIGHT_TARGET_VIEW = "GFGGame.StoryFightTargetView";
  15. public static string STORY_FIGHT_SINGLE_VIEW = "GFGGame.StoryFightSingleView";
  16. public static string STORY_FIGHT_TARGET_SCORE_VIEW = "GFGGame.StoryFightTargetScoreView";
  17. public static string STORY_FIGHT_SINGLE_SCORE_VIEW = "GFGGame.StoryFightSingleScoreView";
  18. public static string STORY_FIGHT_RESULT_VIEW = "GFGGame.StroyFightResultView";
  19. public static string GET_BONUS_VIEW = "GFGGame.GetBonusView";
  20. public static string GOODS_ITEM_TIPS_VIEW = "GFGGame.GoodsItemTipsView";
  21. public static string DRESS_UP_ITEM_TIPS_VIEW = "GFGGame.DressUpItemTipsView";
  22. public static string STORY_FIGHT_QUICKLY_VIEW = "GFGGame.StoryFightQuicklyView";
  23. public static string RECHARGE_STORE_VIEW = "GFGGame.RechargeStoreView";
  24. public static string ROLE_INFO_VIEW = "GFGGame.RoleInfoView";
  25. public static string GM_PANEL_VIEW = "GFGGame.GMPanelView";
  26. public static string GUIDE_VIEW = "GFGGame.GuideView";
  27. public static string LUCKY_BOX_VIEW = "GFGGame.LuckyBoxView";
  28. public static string LUCKY_BOX_BONUS_VIEW = "GFGGame.LuckyBoxBonusView";
  29. public static string LUCKY_BOX_PRE_SHOW_VIEW = "GFGGame.LuckyBoxPreShowView";
  30. public static string LUCKY_BOX_STAR_VIEW = "GFGGame.LuckyBoxStarView";
  31. public static string LUCKY_BOX_CARD_VIEW = "GFGGame.LuckyBoxCardView";
  32. public static string GET_SUIT_ITEM_VIEW = "GFGGame.GetSuitItemVIew";
  33. public static string CLOTHING_SHOP_VIEW = "GFGGame.ClothingShopView";
  34. public static string BUY_COUNT_VIEW = "GFGGame.BuyCountView";
  35. public static string FIELD_GUIDE_VIEW = "GFGGame.FieldGuideView";
  36. public static string SUIT_GUIDE_VIEW = "GFGGame.SuitGuideView";
  37. public static string SUIT_SHOW_VIEW = "GFGGame.SuitShowView";
  38. public static string SUIT_PARTS_DETAIL_VIEW = "GFGGame.SuitPartsDetailView";
  39. public static string BONUS_BOX_DETAIL_VIEW = "GFGGame.BonusBoxDetailView";
  40. public static string XIU_FANG_VIEW = "GFGGame.XiuFangView";
  41. public static string SUIT_SYNTHETIC_LIST_VIEW = "GFGGame.SuitSyntheticView";
  42. public static string CLOTHING_SYNTHETIC_VIEW = "GFGGame.ClothingSyntheticView";
  43. public static string APPROACH_OF_ITEM_VIEW = "GFGGame.ApproachOfItemView";
  44. public static string CARD_VIEW = "GFGGame.CardView";
  45. public static string CARD_DETAIL_VIEW = "GFGGame.CardDetailView";
  46. public static string CARD_FOSTER_VIEW = "GFGGame.CardFosterView";
  47. public static string CARD_FILTER_VIEW = "GFGGame.CardFilterView";
  48. public static string CARD_STORY_VIEW = "GFGGame.CardStoryView";
  49. public static string CARD_Mood_VIEW = "GFGGame.CardMoodView";
  50. public static string CARD_SHOW_VIEW = "GFGGame.CardShowView";
  51. public static string CARD_UP_VIEW = "GFGGame.CardUpView";
  52. public static string LOG_VIEW = "GFGGame.LogView";
  53. public static string DRESS_FILTER_VIEW = "GFGGame.DressFilterView";
  54. }
  55. }