IPostBuildCleanup.cs 111 B

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