Files
SpineViewer/Spine/SpineWrappers/Attachments/IPathAttachment.cs
2025-05-27 15:55:10 +08:00

14 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Spine.SpineWrappers.Attachments
{
public interface IPathAttachment : IAttachment
{
}
}