Files
2021-06-13 10:28:03 +02:00

8 lines
158 B
C#

namespace UnityEngine.TestTools
{
internal class EnumerableTestState : ScriptableObject
{
public int Repeat;
public int Retry;
}
}