From f4a702e212d1853735f8dae399da69d23bfa510e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 26 三月 2026 18:16:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/Config/Configs/HeroConfig.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/HeroConfig.cs b/Main/Config/Configs/HeroConfig.cs
index e827a51..4c4ed0c 100644
--- a/Main/Config/Configs/HeroConfig.cs
+++ b/Main/Config/Configs/HeroConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: Tuesday, December 16, 2025
+// [ Date ]: 2026骞�3鏈�16鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -40,6 +40,8 @@
public int HurtType;
public int[] Specialty2;
public int[] TalentList;
+ public int OpenCollectionDay;
+ public int IsActLimit;
public override int LoadKey(string _key)
{
@@ -146,6 +148,10 @@
int.TryParse(TalentListStringArray[i],out TalentList[i]);
}
}
+
+ int.TryParse(tables[24],out OpenCollectionDay);
+
+ int.TryParse(tables[25],out IsActLimit);
}
catch (Exception exception)
{
--
Gitblit v1.8.0