IPrebuildSceneSetup.cs 106 B

1234567
  1. namespace UnityEngine.TestTools
  2. {
  3. public interface IPrebuildSetup
  4. {
  5. void Setup();
  6. }
  7. }