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

8 lines
106 B
C#

namespace UnityEngine.TestTools
{
public interface IPrebuildSetup
{
void Setup();
}
}