Files
2019-09-29 19:40:54 -04:00

8 lines
111 B
C#

namespace UnityEngine.TestTools
{
public interface IPostBuildCleanup
{
void Cleanup();
}
}