ZMWSLI0-SL2021-GR11/clock/Library/PackageCache/com.unity.test-framework@1.1.22/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableTestState.cs

8 lines
158 B
C#
Raw Normal View History

2021-03-26 18:16:10 +01:00
namespace UnityEngine.TestTools
{
internal class EnumerableTestState : ScriptableObject
{
public int Repeat;
public int Retry;
}
}