small change

This commit is contained in:
ww-rm
2025-04-11 13:55:19 +08:00
parent e2a84d8f88
commit 2ae175abd0
18 changed files with 26 additions and 28 deletions

View File

@@ -9,10 +9,10 @@ using System.Threading.Tasks;
using SpineRuntime36;
using SpineViewer.Utils;
namespace SpineViewer.Spine.Implementations.Spine
namespace SpineViewer.Spine.Implementations.SpineObject
{
[SpineImplementation(SpineVersion.V36)]
internal class SpineObject36 : SpineObject
internal class SpineObject36 : Spine.SpineObject
{
private static readonly Animation EmptyAnimation = new(EMPTY_ANIMATION, [], 0);