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

14 lines
234 B
C#

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