From ad3ac1661daaf4b445914f87009d3d88c990f040 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 28 四月 2026 11:45:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/Config/Configs/HorseSkinConfig.cs | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/HorseSkinConfig.cs b/Main/Config/Configs/HorseSkinConfig.cs
index b2bfe44..07f4660 100644
--- a/Main/Config/Configs/HorseSkinConfig.cs
+++ b/Main/Config/Configs/HorseSkinConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�11鏈�23鏃�
+// [ Date ]: Monday, April 13, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -31,6 +31,9 @@
public int[] Poses;
public int heroFirst;
public string getWay;
+ public string Icon;
+ public int showType;
+ public int sortOrder;
public override int LoadKey(string _key)
{
@@ -119,6 +122,12 @@
int.TryParse(tables[13],out heroFirst);
getWay = tables[14];
+
+ Icon = tables[15];
+
+ int.TryParse(tables[16],out showType);
+
+ int.TryParse(tables[17],out sortOrder);
}
catch (Exception exception)
{
--
Gitblit v1.8.0