bea2dce063
test
8 lines
133 B
C#
8 lines
133 B
C#
namespace UnityEditor.TestTools.TestRunner.UnityTestProtocol
|
|
{
|
|
interface IUtpLogger
|
|
{
|
|
void Log(Message msg);
|
|
}
|
|
}
|