VR4RoboticArm2/VR4RoboticArm/Library/PackageCache/com.unity.testtools.codecoverage/Editor/CommandLineParser/ICommandLineOption.cs
IonutMocanu 48cccc22ad Main2
2025-09-08 11:13:29 +03:00

9 lines
183 B
C#

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