From 800393f9923678b5e0873c60d01c9e69239c352b Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 06 五月 2019 19:48:14 +0800
Subject: [PATCH] 3335 修改洗炼
---
System/MainInterfacePanel/MainRedDot.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/MainRedDot.cs b/System/MainInterfacePanel/MainRedDot.cs
index b33cc49..3543b7b 100644
--- a/System/MainInterfacePanel/MainRedDot.cs
+++ b/System/MainInterfacePanel/MainRedDot.cs
@@ -12,7 +12,7 @@
[XLua.LuaCallCSharp]
public class MainRedDot : Singleton<MainRedDot> {
-
+
public const int RedPoint_key = 1;
public const int FAIRY_REDPOINT_KEY1 = 107;
@@ -56,7 +56,7 @@
public Redpoint redPointDepotFunc = new Redpoint(RedPoint_MainPackKey, RedPoint_DepotFuncKey);
#endregion
- #region 娲楃粌绾㈢偣
+ #region 娲楃偧绾㈢偣
public const int RedPoint_WashFuncKey = 10605;
public Redpoint redPointWashFunc = new Redpoint(RedPoint_key1,RedPoint_WashFuncKey);
#endregion
--
Gitblit v1.8.0