少年修仙传客户端代码仓库
hch
2025-03-19 6770e1eb64c4282def45adb824b14b2a407fdd30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
 
class MainRedPoint
{
    //IL红点 从400开始使用,单红点(400-599)尽量按顺序排
    public static int jpbnRedPoint = 401;       //极品白拿
    public static int zxthRedPoint = 402;       //在线特惠
    public static int gntqRedPoint = 403;       //功能特权卡
    public static int hfhdRedPoint = 406;       //合服活动
    public static int faqiRedPoint = 408;       //修炼(法器)红点
    public static int wfqzRedPoint = 409;       //玩法前瞻
    public static int QYRedPoint = 410;       //情缘
    public static int SugarRedPoint = 411;       //喜糖
    public static int CharmRedPoint = 412;       //提升魅力
    public static int XYYGRedPoint = 413;       //幸运云购
    public static int GSCJRedPoint = 416;       //古神成就
    public static int TTLRedPoint = 418;       //通天令
    public static int TDLBRedPoint = 421;       //天帝礼包
    public static int CrossServerQualifyingRedPoint = 423;   //跨服(万界)争霸
    public static int cbgRedpoint = 428;       //藏宝阁红点
    public static int achievementRedpoint = 431;       //成就红点
    public static int buy1Free5Redpoint = 433;       //买1送5红点
    public static int RechargeGenerousGiftWinRedpoint = 434;       //充值豪礼入口
    public static int LvZhanlingRedpoint = 435; //等级战令入口红点
    public static int RealmLvZhanlingRedpoint = 436;  //境界战令入口红点
    public static int CelestialStarTowerRedpoint = 437;  //天星塔战令入口红点
    public static int GuBaoTotalStarsRedpoint = 438;  //古宝战令入口红点
    public static int DailySpecialsRedpoint = 439;  //每日特惠入口红点
    public static int CZBMRedpoint = 440;  //成长必买入口红点
 
 
 
 
}