From 7a15e0d38aa416019b3261488b6fbfc8be6c9aa9 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 30 Mar 2025 13:54:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=B8=8D=E5=8F=AF=E8=A7=81?= =?UTF-8?q?=E6=88=90=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewer/Spine/Spine.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpineViewer/Spine/Spine.cs b/SpineViewer/Spine/Spine.cs index ce3f7ee..36a6db3 100644 --- a/SpineViewer/Spine/Spine.cs +++ b/SpineViewer/Spine/Spine.cs @@ -199,6 +199,7 @@ namespace SpineViewer.Spine /// /// 包含的所有皮肤名称 /// + [Browsable(false)] public ReadOnlyCollection SkinNames { get; private set; } protected List skinNames = []; @@ -212,6 +213,7 @@ namespace SpineViewer.Spine /// /// 包含的所有动画名称 /// + [Browsable(false)] public ReadOnlyCollection AnimationNames { get; private set; } protected List animationNames = [EMPTY_ANIMATION];