IMonoBehaviourTest.cs 124 B

1234567
  1. namespace UnityEngine.TestTools
  2. {
  3. public interface IMonoBehaviourTest
  4. {
  5. bool IsTestFinished {get; }
  6. }
  7. }