From c6a7ac3739907e8bb7c751d408e227e19f246f49 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 08 五月 2026 17:27:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
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 07f4660..c02ddd8 100644
--- a/Main/Config/Configs/HorseSkinConfig.cs
+++ b/Main/Config/Configs/HorseSkinConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: Monday, April 13, 2026
+// [ Date ]: Wednesday, April 29, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -34,6 +34,7 @@
public string Icon;
public int showType;
public int sortOrder;
+ public int pmaVertexColorsOpen;
public override int LoadKey(string _key)
{
@@ -128,6 +129,8 @@
int.TryParse(tables[16],out showType);
int.TryParse(tables[17],out sortOrder);
+
+ int.TryParse(tables[18],out pmaVertexColorsOpen);
}
catch (Exception exception)
{
--
Gitblit v1.8.0