Files
RaindropViewer/Assets/ThirdParty/NotchSolution/Runtime/Base/PerEdgeEvaluationModes.cs
T

9 lines
154 B
C#

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