2021-09-09 20:42:29 -04:00

8 lines
133 B
C#

namespace UnityEditor.TestTools.TestRunner.UnityTestProtocol
{
interface IUtpLogger
{
void Log(Message msg);
}
}