12345678910111213141516171819202122232425 |
- namespace GFGGame
- {
- public class ConstGuideId
- {
- public const int SINGLE_FIGHT_GUIDE = 1;//单人战斗引导
- public const int CLOTHING_SHOP_VIEW_BTN_BUY = 11; //引导购买必需品
- public const int SEE_DRESS_TIPS = 12; //点击查看关卡提示
- public const int TARGET_FIGHT_GUIDE = 13; //双人对战算分提示
- public const int MAIN_UI_BTN_ZHAI_XING = 3;//引导摘星
- public const int LUCKY_BOX_VIEW_BTN_BACK = 4;//引导摘星后引导返回主界面
- public const int MAIN_UI_BTN_HUAN_ZHUANG = 2;//引导换装
- public const int SUIT_SYNTHETIC_GUIDE = 14;//引导套装合成
- public const int USE_CARD_FIGHT = 15;//引导使用卡牌战斗
- public const int TIPS_TAGS_FIGHT = 16;//提示标签
- public const int CARD_UP_STAR = 17;//词牌升星
- public const int PHOTOGRAPH_GUIDE = 18;//引导拍照
- public const int MAIN_UI_BTN_STORY = 5;
- public const int CHAPTER_RESULT_VIEW = 6;
- public const int GET_SUIT_ITEM_VIEW_FULL = 7;
- public const int GET_BONUS_VIEW = 8;
- public const int GET_SUIT_ITEM_VIEW_FIRST = 9;
- public const int DRESS_UP_VIEW_BTN_BACK = 10;
- }
- }
|