1using System; 2 3namespace UnityEngine.TestTools 4{ 5 [Serializable] 6 internal class EnumerableTestState 7 { 8 public int Repeat; 9 public int Retry; 10 } 11}