From 9e89e605d5429babb4b33df2e47ea86dff9d2ba7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 20 十一月 2025 11:55:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Redpoint/MainRedDot.cs | 29 ++++++++++++++++++++---------
1 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/Main/System/Redpoint/MainRedDot.cs b/Main/System/Redpoint/MainRedDot.cs
index 53b63cd..de318a3 100644
--- a/Main/System/Redpoint/MainRedDot.cs
+++ b/Main/System/Redpoint/MainRedDot.cs
@@ -49,7 +49,27 @@
public const int RedPoint_WeekBPFuncKey = 1042; //鍛ㄥ鍔憋紙鎴樹护锛�
public const int RedPoint_MainMissionKey = 1043; //涓荤嚎浠诲姟濂栧姳锛堟垚灏憋級
+ //鍩洪噾锛堟垬浠わ級
+ public const int RedPoint_FundKey = 105;
+ public Redpoint redPointFund = new Redpoint(RightFuncRedpoint, RedPoint_FundKey);
+ //鍘嗙粌绉樼瑘
+ public const int RedPoint_LLMJKey = 106;
+
+ //绛惧埌
+ public const int RedPoint_SignKey = 107;
+
+ //鍧愰獞
+ public const int RedPoint_HorseKey = 108;
+ //鐗规潈鍗�
+ public const int RedPoint_PrivilegeCard = 109;
+ Redpoint pcardRedpoint = new Redpoint(RedPoint_PrivilegeCard);
+
+ //鑷姩鎴樻枟
+ public const int RedPoint_AutoBattleKey = 110;
+ Redpoint autoBattleRedpoint = new Redpoint(RedPoint_AutoBattleKey);
+
+
//姝﹀皢鍗�
public const int HeroCardRedpoint = 200;
public Redpoint HeroListRedpoint = new Redpoint(MainHerosRedpoint, HeroCardRedpoint);
@@ -72,15 +92,6 @@
#endregion
- #region 寮�鏈嶆椿鍔ㄧ孩鐐�
- public const int REDPOINT_OPENSERVER = 209;
- public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
-
- //280 寮�澶寸敤浜庤妭鏃ョ绂�
- public const int RedPoint_HolidayWishes = 280;
- public Redpoint holidayWishesRedpoint = new Redpoint(RedPoint_HolidayWishes);
-
- #endregion
public const int REDPOINT_OPENRANK = 258;
public Redpoint openRankRedpoint = new Redpoint(REDPOINT_OPENRANK);
#region 浠欑洘娲诲姩绾㈢偣
--
Gitblit v1.8.0