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

8 lines
111 B
C#

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