2025-05-01 01:48:08 -07:00

7 lines
132 B
C#

using UnityEngine.Animations;
namespace UnityEngine.U2D.Common
{
internal interface IPreviewable : IAnimationPreviewable { }
}