8 lines
106 B
C#
8 lines
106 B
C#
|
namespace UnityEngine.TestTools
|
||
|
{
|
||
|
public interface IPrebuildSetup
|
||
|
{
|
||
|
void Setup();
|
||
|
}
|
||
|
}
|