From f448a4aff7c479db081175c9206913cc6dedf553 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 09 十二月 2025 16:23:03 +0800
Subject: [PATCH] 0312 优化字符串拼接函数
---
Main/System/Redpoint/MainRedDot.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Main/System/Redpoint/MainRedDot.cs b/Main/System/Redpoint/MainRedDot.cs
index b3d9398..124a859 100644
--- a/Main/System/Redpoint/MainRedDot.cs
+++ b/Main/System/Redpoint/MainRedDot.cs
@@ -70,8 +70,10 @@
//鑷姩鎴樻枟
public const int RedPoint_AutoBattleKey = 110;
Redpoint autoBattleRedpoint = new Redpoint(RedPoint_AutoBattleKey);
- public const int RedPoint_OSMainLevel = 111;
+ public const int RedPoint_OSMainLevel = 111; //寮�鏈嶆
public const int RedPoint_OSHeroCard = 112;
+ public const int RedPoint_OSGala = 113; //寮�鏈嶅簡鍏�
+
public const int RedPoint_Download = 116;
//姝﹀皢鍗�
--
Gitblit v1.8.0