From 725b7b2374f43582a2d78b2cae3f8303359651b8 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 10 十一月 2025 14:30:53 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Redpoint/MainRedDot.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/Main/System/Redpoint/MainRedDot.cs b/Main/System/Redpoint/MainRedDot.cs
index 53b63cd..73b5bdc 100644
--- a/Main/System/Redpoint/MainRedDot.cs
+++ b/Main/System/Redpoint/MainRedDot.cs
@@ -49,7 +49,18 @@
     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 HeroCardRedpoint = 200;
     public Redpoint HeroListRedpoint = new Redpoint(MainHerosRedpoint, HeroCardRedpoint);

--
Gitblit v1.8.0