From f0c41c38ec5c651dedc645687597d227dccac981 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 24 十一月 2025 00:49:51 +0800
Subject: [PATCH] 328 【主界面】坐骑系统
---
Main/Config/Configs/HorseSkinConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/HorseSkinConfig.cs b/Main/Config/Configs/HorseSkinConfig.cs
index 4f73c0f..b2bfe44 100644
--- a/Main/Config/Configs/HorseSkinConfig.cs
+++ b/Main/Config/Configs/HorseSkinConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�11鏈�20鏃�
+// [ Date ]: 2025骞�11鏈�23鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -30,6 +30,7 @@
public string Spine;
public int[] Poses;
public int heroFirst;
+ public string getWay;
public override int LoadKey(string _key)
{
@@ -116,6 +117,8 @@
}
int.TryParse(tables[13],out heroFirst);
+
+ getWay = tables[14];
}
catch (Exception exception)
{
--
Gitblit v1.8.0