GlobalGameJame/Library/PackageCache/com.unity.test-framework@1.1.9/UnityEditor.TestRunner/UnityTestProtocol/IUtpLogger.cs
JonatanRek bea2dce063 Initial
test
2020-01-31 16:10:04 +01:00

8 lines
133 B
C#

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