Firstborn/Library/PackageCache/com.unity.test-framework@1..../UnityEditor.TestRunner/CommandLineParser/ICommandLineOption.cs
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

9 lines
171 B
C#

namespace UnityEditor.TestRunner.CommandLineParser
{
interface ICommandLineOption
{
string ArgName { get; }
void ApplyValue(string value);
}
}