bea2dce063
test
8 lines
111 B
C#
8 lines
111 B
C#
namespace UnityEngine.TestTools
|
|
{
|
|
public interface IPostBuildCleanup
|
|
{
|
|
void Cleanup();
|
|
}
|
|
}
|