Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEditor.TestRunner /CommandLineTest /RunData.cs
| namespace UnityEditor.TestTools.TestRunner.CommandLineTest | |
| { | |
| internal class RunData : ScriptableSingleton<RunData> | |
| { | |
| public bool isRunning; | |
| public ExecutionSettings executionSettings; | |
| } | |
| } | |