9 lines
216 B
C#
9 lines
216 B
C#
|
namespace UnityEditor.TestTools.TestRunner.CommandLineTest
|
||
|
{
|
||
|
internal class RunData : ScriptableSingleton<RunData>
|
||
|
{
|
||
|
public bool isRunning;
|
||
|
public ExecutionSettings executionSettings;
|
||
|
}
|
||
|
}
|