1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- namespace GFGGame
- {
- public class ViewName
- {
- public static string MAINUI_VIEW = "GFGGame.MainUIView";
- public static string DRESS_UP_VIEW = "GFGGame.DressUpView";
- public static string STORY_CHAPTER_LIST_VIEW = "GFGGame.StoryChapterListView";
- public static string STORY_CHAPTER_VIEW = "GFGGame.StoryChapterView";
- public static string STORY_DIALOG_VIEW = "GFGGame.StoryDialogView";
- public static string STORY_LOOK_BACK_VIEW = "GFGGame.StoryLookBackView";
- public static string CREATE_ROLE_VIEW = "GFGGame.CreateRoleView";
- public static string STORY_LEVEL_INFO_VIEW = "GFGGame.StoryLevelInfoView";
- public static string DRESS_UP_FIGHT_VIEW = "GFGGame.DressUpFightView";
- public static string STORY_FIGHT_TARGET_VIEW = "GFGGame.StoryFightTargetView";
- public static string STORY_FIGHT_SINGLE_VIEW = "GFGGame.StoryFightSingleView";
- public static string STORY_FIGHT_TARGET_SCORE_VIEW = "GFGGame.StoryFightTargetScoreView";
- public static string STORY_FIGHT_SINGLE_SCORE_VIEW = "GFGGame.StoryFightSingleScoreView";
- public static string STORY_FIGHT_RESULT_VIEW = "GFGGame.StroyFightResultView";
- public static string GET_BONUS_VIEW = "GFGGame.GetBonusView";
- public static string GOODS_ITEM_TIPS_VIEW = "GFGGame.GoodsItemTipsView";
- public static string DRESS_UP_ITEM_TIPS_VIEW = "GFGGame.DressUpItemTipsView";
- public static string STORY_FIGHT_QUICKLY_VIEW = "GFGGame.StoryFightQuicklyView";
- public static string RECHARGE_STORE_VIEW = "GFGGame.RechargeStoreView";
- public static string ROLE_INFO_VIEW = "GFGGame.RoleInfoView";
- public static string GM_PANEL_VIEW = "GFGGame.GMPanelView";
- public static string GUIDE_VIEW = "GFGGame.GuideView";
- public static string LUCKY_BOX_VIEW = "GFGGame.LuckyBoxView";
- public static string LUCKY_BOX_BONUS_VIEW = "GFGGame.LuckyBoxBonusView";
- public static string LUCKY_BOX_PRE_SHOW_VIEW = "GFGGame.LuckyBoxPreShowView";
- public static string LUCKY_BOX_STAR_VIEW = "GFGGame.LuckyBoxStarView";
- public static string LUCKY_BOX_CARD_VIEW = "GFGGame.LuckyBoxCardView";
- public static string GET_SUIT_ITEM_VIEW = "GFGGame.GetSuitItemVIew";
- public static string CLOTHING_SHOP_VIEW = "GFGGame.ClothingShopView";
- public static string BUY_COUNT_VIEW = "GFGGame.BuyCountView";
- public static string FIELD_GUIDE_VIEW = "GFGGame.FieldGuideView";
- public static string SUIT_GUIDE_VIEW = "GFGGame.SuitGuideView";
- public static string SUIT_SHOW_VIEW = "GFGGame.SuitShowView";
- public static string SUIT_PARTS_DETAIL_VIEW = "GFGGame.SuitPartsDetailView";
- public static string BONUS_BOX_DETAIL_VIEW = "GFGGame.BonusBoxDetailView";
- public static string XIU_FANG_VIEW = "GFGGame.XiuFangView";
- public static string SUIT_SYNTHETIC_LIST_VIEW = "GFGGame.SuitSyntheticView";
- public static string CLOTHING_SYNTHETIC_VIEW = "GFGGame.ClothingSyntheticView";
- public static string APPROACH_OF_ITEM_VIEW = "GFGGame.ApproachOfItemView";
- public static string CARD_VIEW = "GFGGame.CardView";
- public static string CARD_DETAIL_VIEW = "GFGGame.CardDetailView";
- public static string CARD_FOSTER_VIEW = "GFGGame.CardFosterView";
- public static string CARD_FILTER_VIEW = "GFGGame.CardFilterView";
- public static string CARD_STORY_VIEW = "GFGGame.CardStoryView";
- public static string CARD_Mood_VIEW = "GFGGame.CardMoodView";
- public static string CARD_SHOW_VIEW = "GFGGame.CardShowView";
- public static string CARD_UP_VIEW = "GFGGame.CardUpView";
- public static string LOG_VIEW = "GFGGame.LogView";
- public static string DRESS_FILTER_VIEW = "GFGGame.DressFilterView";
- }
- }
|