bea2dce063
test
8 lines
141 B
C#
8 lines
141 B
C#
namespace UnityEngine.TestTools.Utils
|
|
{
|
|
internal interface IScriptingRuntimeProxy
|
|
{
|
|
string[] GetAllUserAssemblies();
|
|
}
|
|
}
|