8 lines
158 B
C#
8 lines
158 B
C#
namespace UnityEngine.TestTools
|
|
{
|
|
internal class EnumerableTestState : ScriptableObject
|
|
{
|
|
public int Repeat;
|
|
public int Retry;
|
|
}
|
|
} |