7 lines
132 B
C#
7 lines
132 B
C#
using UnityEngine.Animations;
|
|
|
|
namespace UnityEngine.U2D.Common
|
|
{
|
|
internal interface IPreviewable : IAnimationPreviewable { }
|
|
}
|