2025-03-11 15:30:07 +08:00

8 lines
140 B
C#

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