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 SpineRuntime38;
using SpineRuntime38.Attachments;
using SpineViewer.Utils;
namespace SpineViewer.Spine.Implementations.Spine
namespace SpineViewer.Spine.Implementations.SpineObject
{
[SpineImplementation(SpineVersion.V38)]
internal class SpineObject38 : SpineObject
internal class SpineObject38 : Spine.SpineObject
{
private static readonly Animation EmptyAnimation = new(EMPTY_ANIMATION, [], 0);