From 16dba0ff4d2eed7f5a4a7c37640f158ee9f73d8c Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 05 六月 2026 19:22:43 +0800
Subject: [PATCH] 669 子 【武将】武将系统 / 时装新增开服天数显示入口字段
---
Main/Config/Configs/HeroSkinConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/HeroSkinConfig.cs b/Main/Config/Configs/HeroSkinConfig.cs
index 8948622..dcf82b5 100644
--- a/Main/Config/Configs/HeroSkinConfig.cs
+++ b/Main/Config/Configs/HeroSkinConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: Tuesday, May 19, 2026
+// [ Date ]: 2026骞�6鏈�5鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -31,6 +31,7 @@
public string ApearMotionName;
public string TransfMotionName;
public string LoopMotionName;
+ public int OpenDay;
public override int LoadKey(string _key)
{
@@ -95,6 +96,8 @@
TransfMotionName = tables[13];
LoopMotionName = tables[14];
+
+ int.TryParse(tables[15],out OpenDay);
}
catch (Exception exception)
{
--
Gitblit v1.8.0