EnumerableTestState.cs 158 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 namespace UnityEngine.TestTools { internal class EnumerableTestState : ScriptableObject { public int Repeat; public int Retry; } }