| | |
| | | public Redpoint redpointChallenge = new Redpoint(MainChallengeRedpoint);
|
| | | public const int MainGuildRedpoint = 4; //公会
|
| | | public Redpoint redpointGuild = new Redpoint(MainGuildRedpoint);
|
| | | public const int RightFuncRedpoint = 5; //右侧功能红点
|
| | | public Redpoint redpointRightFunc = new Redpoint(RightFuncRedpoint);
|
| | |
|
| | |
|
| | | //以下红点规则:功能基础红点3位数,子红点至少大于1000,
|
| | |
| | | public const int RedPoint_OfficialKey = 101;
|
| | |
|
| | |
|
| | | #region 仙盟公用红点
|
| | | public const int FAIRY_REDPOINT_KEY2 = 10701;
|
| | | #region 仙盟红点
|
| | | //大厅
|
| | | public const int guildHallRedpointID = MainGuildRedpoint * 10;
|
| | | Redpoint hallRedpoint = new Redpoint(MainGuildRedpoint, guildHallRedpointID);
|
| | | #endregion
|
| | |
|
| | |
|
| | |
|
| | | #region 仙盟商店红点
|
| | | public const int FAIRYStore_REDPOINT_KEY3 = 1070106;
|
| | | #region 商店入口红点
|
| | | public const int Store_REDPOINT = 103;
|
| | |
|
| | |
|
| | | #endregion
|
| | |
|
| | |
|
| | |
| | | public const int LianQiRepoint = 465; //仙匠大会
|
| | | public const int FairySiegeRepoint = 466; //仙盟攻城战
|
| | | public const int MailRepoint = 467; //邮箱
|
| | | |
| | |
|
| | |
|
| | |
|
| | | public const int FirstChargeRepoint = 468; //首充
|
| | | public const int BoneFieldRepoint = 469; //白骨盈野
|
| | | public const int ArenaRepoint = 470; //演武场
|
| | | public void Register()
|
| | | {
|
| | |
|