7 lines
169 B
C#
7 lines
169 B
C#
|
namespace UnityEditor.TestTools
|
||
|
{
|
||
|
public interface ITestPlayerBuildModifier
|
||
|
{
|
||
|
BuildPlayerOptions ModifyOptions(BuildPlayerOptions playerOptions);
|
||
|
}
|
||
|
}
|