Files

8 lines
133 B
C#
Raw Normal View History

2024-12-07 20:55:50 +01:00
namespace UnityEditor.TestTools.TestRunner.UnityTestProtocol
{
interface IUtpLogger
{
void Log(Message msg);
}
}