Files
SpineViewer/Spine/Interfaces/Attachments/IPointAttachment.cs
2025-10-01 16:35:51 +08:00

14 lines
228 B
C#

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