Files
SpineViewer/Spine/Interfaces/Attachments/ISkinnedMeshAttachment.cs
2025-10-01 19:58:39 +08:00

15 lines
262 B
C#

using Spine.Interfaces;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Spine.Interfaces.Attachments
{
public interface ISkinnedMeshAttachment : IMeshAttachment
{
}
}