bea2dce063
test
8 lines
151 B
C#
8 lines
151 B
C#
namespace UnityEditor.TestTools.TestRunner.Api
|
|
{
|
|
public interface IErrorCallbacks : ICallbacks
|
|
{
|
|
void OnError(string message);
|
|
}
|
|
}
|