From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Redpoint/MainRedDot.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Main/System/Redpoint/MainRedDot.cs b/Main/System/Redpoint/MainRedDot.cs
index 1855f64..8dbae1d 100644
--- a/Main/System/Redpoint/MainRedDot.cs
+++ b/Main/System/Redpoint/MainRedDot.cs
@@ -47,9 +47,10 @@
 
     #region 鑳屽寘绾㈢偣
     public const int RedPoint_MainPackKey = 102;
-    public const int RedPoint_BagFuncKey = 10201;
-    public Redpoint redPointMainPack = new Redpoint(RedPoint_MainPackKey);
-    public Redpoint redPointBagFunc = new Redpoint(RedPoint_MainPackKey, RedPoint_BagFuncKey);
+    public const int RedPoint_BagFuncKey = 10201;    //鑳屽寘鍔熻兘
+    public const int RedPoint_ComposeFuncKey = 10202;   //鍚堟垚
+    public Redpoint redPointMainPack = new Redpoint(MainAffairsRedpoint, RedPoint_MainPackKey);
+
     #endregion
 
     //瀹樿亴

--
Gitblit v1.8.0