SquareDash/Library/PackageCache/com.unity.test-framework@1.3.9/UnityEngine.TestRunner/NUnitExtensions/Commands/EnumerableTestState.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

12 lines
174 B
C#

using System;
namespace UnityEngine.TestTools
{
[Serializable]
internal class EnumerableTestState
{
public int Repeat;
public int Retry;
}
}