2023-06-19 20:21:21 -07:00

8 lines
133 B
C#

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