Files
RaindropViewer/Assets/NotchSolution/Runtime/Base/Adaptation/PerEdgeAdaptations.cs
T

9 lines
154 B
C#

using System;
namespace E7.NotchSolution
{
[Serializable]
internal class PerEdgeAdaptations : PerEdgeValues<BlendedClipsAdaptor>
{
}
}