Files
2020-07-21 15:43:56 +09:00

8 lines
124 B
C#

namespace UnityEngine.TestTools
{
public interface IMonoBehaviourTest
{
bool IsTestFinished {get; }
}
}