VR4Medical/ICI/Library/PackageCache/com.unity.test-framework@7056e7f856e9/UnityEditor.TestRunner/UnityTestProtocol/IUtpLogger.cs
2025-07-29 13:45:50 +03:00

10 lines
157 B
C#

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