From bc871b112bf04df5b5dcc3fadb77ac0f276749c8 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 17 十一月 2025 02:01:58 +0800
Subject: [PATCH] 328 【主界面】坐骑系统 竞技场布阵的显隐 引导点战锤的时候不暂停游戏;引导的时候如果是功能开启,不显示战力变化避免遮挡

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

diff --git a/Main/System/Redpoint/MainRedDot.cs b/Main/System/Redpoint/MainRedDot.cs
index 73b5bdc..24d557b 100644
--- a/Main/System/Redpoint/MainRedDot.cs
+++ b/Main/System/Redpoint/MainRedDot.cs
@@ -59,7 +59,8 @@
     //绛惧埌
     public const int RedPoint_SignKey = 107;
     
-
+    //鍧愰獞
+    public const int RedPoint_HorseKey = 108;
     
     //姝﹀皢鍗�
     public const int HeroCardRedpoint = 200;

--
Gitblit v1.8.0