From cb0aaa3579c0a23eddf13ac7d8c45205fb3cccec Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 09 十月 2019 21:51:54 +0800
Subject: [PATCH] 0312 开服活动增加红点 主界面根据排行榜显隐

---
 System/MainInterfacePanel/MainRedDot.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/MainRedDot.cs b/System/MainInterfacePanel/MainRedDot.cs
index 80528e8..60d1b97 100644
--- a/System/MainInterfacePanel/MainRedDot.cs
+++ b/System/MainInterfacePanel/MainRedDot.cs
@@ -99,7 +99,8 @@
         public const int REDPOINT_OPENSERVER = 209;
         public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
         #endregion
-
+        public const int REDPOINT_OPENRANK = 258;
+        public Redpoint openRankRedpoint = new Redpoint(REDPOINT_OPENRANK);
         #region 浠欑洘娲诲姩绾㈢偣
         public readonly Redpoint fairyActivityRedpoint = new Redpoint(218);
         #endregion

--
Gitblit v1.8.0