Files

11 lines
173 B
C#
Raw Permalink Normal View History

2024-12-07 20:55:50 +01:00
using System;
namespace UnityEngine.TestTools
{
[Serializable]
internal class EnumerableTestState
{
public int Repeat;
public int Retry;
}
}