少年修仙传客户端代码仓库
client_Hale
2019-05-06 25bb439c34f811feceb5dd05b56c1c7e3e8ea00a
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