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

14 lines
231 B
C#

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