bea2dce063
test
8 lines
124 B
C#
8 lines
124 B
C#
namespace UnityEngine.TestTools
|
|
{
|
|
public interface IMonoBehaviourTest
|
|
{
|
|
bool IsTestFinished {get; }
|
|
}
|
|
}
|